Add template.php
[nasm/www.git] / template.php
blobd32c48719ac2dbdc4d546ce7694ff42b82df3d05
1 <?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
3 <!DOCTYPE html>
4 <html lang="en">
6 <?php include "header.inc" ?>
8 <body>
9 <?php include "navbar.inc" ?>
11 <!-- Put new code here -->
13 <?php include "footer.inc" ?>
14 </body>
15 </html>