View file tube/categories.php

File size: 773B
<?php
include("page_head.php");
?>
    
<div class="header">CATEGORIES</div>

<div class="menu3">
<a href="autos.php">Cars &amp; Vehicles</a><br/>
<a href="comedy.php">Comedy</a><br/>
<a href="education.php">Education</a><br/>
<a href="entertainment.php">Entertainment</a><br/>
<a href="film.php">Film &amp; Animation</a><br/>
<a href="gaming.php">Gaming</a><br/>
<a href="howto.php">How To &amp; Style</a><br/>
<a href="music.php">Music</a><br/>
<a href="news.php">News &amp; Politics</a><br/>
<a href="people.php">People &amp; Blogs</a><br/>
<a href="animals.php">Pets &amp; Animals</a><br/>
<a href="tech.php">Science &amp; Technology</a><br/>
<a href="sports.php">Sports</a><br/>
<a href="autos.php">Travel &amp; Events</a><br/>
</div>

<?php
include("footer3.php");
?>