-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUsability.xhtml
38 lines (35 loc) · 1.01 KB
/
Usability.xhtml
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Zacks Hash Archive</title>
<style>
<link rel="stylesheet" href="css/style.css"></link>
</style>
</head>
<body>
<div class="header">
<p> </p>
<h1>Zacks Hash Archive</h1>
<p> </p>
</div>
<div class="navbar">
<a class="active" href="index.xhtml">Home</a>
<a href="classes.xhtml">Classes</a>
<a href="page1.xhtml">About</a>
</div>
<div class="content">
<p style="text-align: center;">There should be stuff here later :/</p>
</div>
<p style="text-align: center;"><strong><font color="purple">Under Construction</font></strong></p>
<br />
<p style="text-align: center;"><img src="https://279173f3.nuajik.io/602-large_default/fanta-grape-soda.jpg" alt="" width="100" height="100" /></p>
<div class="footer">
<p> </p>
<p> </p>
<p>Thats All Folks</p>
<p> </p>
<p> </p>
</div>
</body>
</html>