-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (33 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SinguLarry</title>
<meta name="author" content="5 Horsemen Games">
<meta name="description" content="We are a group of 5 guys making a game for our INF 125 class">
<meta name="keywords" content="UCI, space, AI, rogue-like, story game">
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<style type="text/css">
</style>
</head>
<body id='title'>
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<div id="header">
<span class="glow">
SinguLarry
</span>
<h6 class='glow'>Become The Machine!</h6>
<i class="fa fa-rocket glow" aria-hidden="true"></i>
</div>
<ul class="topnav center glow" id="myTopnav">
<li id="story"><a href="story.html" >Story</a></li>
<li id="game"><a href="game.html">Gameplay</a></li>
<li id="about"><a href="about.html">About</a></li>
<li id="developers"><a href="developers.html">Developers</a></li>
</ul>
</body>
</html>