ntv-site/index.php

7 lines
288 B
PHP
Raw Permalink Normal View History

2023-03-26 07:48:25 +00:00
<?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") ?>