convert to vimwiki
[robinkrens.nl] / travel / about.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title>Rob's Travel</title>
5   <link rel="stylesheet" href="travel.css" type="text/css" media="screen"/>
6   <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css' />
7   <link href='http://fonts.googleapis.com/css?family=Abel|Satisfy' rel='stylesheet' type='text/css' />
8
9 </head>
10 <body>
11 <div id="header">
12 <?php include("./menu.inc"); ?>
13 </div>
14
15 <div id="container">
16
17
18 <h1>About</h1>
19 <p>Yes. Travel.</p>
20 </div>
21
22 </body>
23 </html>