ntv-site/index.php
2023-03-26 10:48:25 +03:00

7 lines
288 B
PHP

<?php include("includes/header.php") ?>
<h1>NTV on the Net</h1>
<p>Welcome to NTV's official internet webpage!</p>
<p>On this website, you can watch the broadcast online, request music, and learn more about NTV.</p>
<img src="/img/ntv-online.png">
<?php include("includes/footer.php") ?>