Building files and structure

This commit is contained in:
2015-04-04 19:32:52 -04:00
commit 3d7dcf94e1
4 changed files with 31 additions and 0 deletions

15
includes/menu.php Normal file
View File

@ -0,0 +1,15 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/menu.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="library.php">Card Library</a></li>
<li><a href="decks.php">Current Decks</a></li>
<li><a href="forsale.php">Cards for Sale</a></li>
</ul>
</nav>
</body>
</html>