-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.18 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 1.18 KB
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
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/styles.css" media="screen" title="no title" charset="utf-8">
<title>deus Main</title>
</head>
<body>
<div class="navbar">
<ul>
<li><a href="http://deuscustoms.com"><img src="img/cursive_logo.png" alt="" /></a></li>
<li><a href="form.html">Get One</a></li>
<li><a href="gallery.html">Photos</a></li>
<li><a href="http://deuscustoms.com">Deus Home</a></li>
</ul>
</div>
<div class="pills">
<ul>
<li></li>
<li><img src="img/empty_logo.png" alt="" /></li>
<li><img src="img/empty_logo.png" alt="" /></li>
<li><img src="img/empty_logo.png" alt="" /></li>
</ul>
</div>
<div class="centered">
<img src="img/deusleft.png" alt="Studio Photo of Deus Motorcycle" />
</div>
<div class="text">
<h1>Deus Presents: the W-`ühini</h1>
</div>
<div class="logo" id="shake">
<a href="form.html"><img src="img/deusclear.png" alt="" /></a>
</div>
</body>
</html>