Renamed system.html to systems.html
This commit is contained in:
43
systems.html
Normal file
43
systems.html
Normal file
@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Retro City</title>
|
||||
<script src='sketch.js' type="text/javascript"></script>
|
||||
<link href='style.css' rel='stylesheet'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wraper">
|
||||
<!--Header/Nav-->
|
||||
<div class="header">
|
||||
<h1 id="logo">Retro City</h1>
|
||||
<ul class="nav">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="pong.html">Pong</a></li>
|
||||
<li><a href="systems.html"><strong>Systems</strong></a></li>
|
||||
<li><a href="games.html">Games</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!--Catagories: Located on right-->
|
||||
<div class="catagories">
|
||||
<h3 class="titles">catagories</h5>
|
||||
<ul>
|
||||
<li><a href="#about">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!--Content for site-->
|
||||
<div class="content">
|
||||
<h2 class="titles" id="about">About</h2>
|
||||
<div class="text">
|
||||
p{}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--Footer-->
|
||||
<div class="footer">
|
||||
<p>Created by: Brandon Behar, Erin Sims, Wade Kelly-Higgs</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user