-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
45 lines (41 loc) · 1004 Bytes
/
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
34
35
36
37
38
39
40
41
42
43
44
45
<!<!DOCTYPE html>
<html>
<head>
<title>
Phase 0
</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https:fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
</head>
<body>
<header>
<img id="logo" src="Qmark.jpg" width: 10px height: 10px />
<nav>
<ul>
<a href="#">
<li>Home</li>
</a>
<a href="#">
<li>About</li>
</a>
<a href="#">
<li>FAQ</li>
</a>
</ul>
</nav>
</header>
<section>
<h1>Featured Information</h1>
<div id="info">
<article>
<a href="">
<h3>Missing Information</h3>
</a>
<p>
Sorry website under maintenance
</p>
</article>
</div>
</section>
</body>
</html>