travel concept
[robinkrens.nl] / travel / about.php
diff --git a/travel/about.php b/travel/about.php
new file mode 100644 (file)
index 0000000..181369e
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <title>Rob's Travel</title>
+  <link rel="stylesheet" href="travel.css" type="text/css" media="screen"/>
+  <link href='http://fonts.googleapis.com/css?family=Oswald:400,300' rel='stylesheet' type='text/css' />
+  <link href='http://fonts.googleapis.com/css?family=Abel|Satisfy' rel='stylesheet' type='text/css' />
+
+</head>
+<body>
+<div id="header">
+<?php include("./menu.inc"); ?>
+</div>
+
+<div id="container">
+
+
+<h1>About</h1>
+<p>Yes. Travel.</p>
+</div>
+
+</body>
+</html>
\ No newline at end of file