Last active
July 19, 2017 14:28
-
-
Save crissyg/14c05d0fddfd209bf902 to your computer and use it in GitHub Desktop.
Home Page Website Anime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<title>ANISPACE HOME</title> | |
<meta name="keywords" content="Animes, Quotes, Gallery Comments" /> | |
<meta name="description" content="This is AniSpace." /> | |
<link href="styles/style.css" rel="stylesheet" type="text/css" /> | |
<link href="styles/menu.css" rel="stylesheet" type="text/css" /> | |
<script src="javascript/jquery.min.js" type="text/javascript"></script> | |
<script src="javascript/menu.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<div id="main"> | |
<div id="header"> | |
<div id="logo"> | |
<p></p> | |
</div> | |
<div id="menubar"> | |
<ul id="menu"> | |
<li class="selected"><a href="index.html">Home</a></li> | |
<li><a href="anime.html">Anime Info</a></li> | |
<li><a href="quotes.html">Quotes</a></li> | |
<li><a href="comments.html">Comments</a></li> | |
<li><a href="gallery.html">Gallery</a></li> | |
<li><a href="login.html">Log In</a></li> | |
</ul> | |
</div> | |
</div> | |
<div id="site_content"> | |
<div id="content"> | |
<h1>Welcome to AniSPace!</h1> | |
<p><strong>Anime[an-uh-mey]</strong> is native to the Japanese community and in less than a decade its | |
popularity as risen worldwide./p> | |
<div id="footer"> | |
<p><a href="index.html">Home</a> | <a href="anime.html">Anime Info</a> | <a href="gallery.html">Gallery</a> | <a href="quotes.html">Quotes</a> | <a href="comments.html">Comments</a> | <a href="login.html">Log In</a></p> | |
<p>© AniSpac 2014 | Designed by Christina Gordon | </p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment