-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (46 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/style.css"/>
<title>
Analogue Hour
</title>
<link rel="shortcut icon" href="assets/img/titleicon/titleicon.ico.ico">
</head>
<!--Title and banner-->
<body>
<img src="assets/img/strip3.jpg"/>
<a href="index.html">
<div id="title">
<h1>Analogue Hour</h1>
<h1 id="top">Analogue Hour</h1>
<h1 id="mid">Analogue Hour</h1>
</div>
</a>
<!-- Nav Bar-->
<div id="nav">
<ul>
<li><a href="articles.html">Articles</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="writers.html">Writers</a></li>
</ul>
</div>
<!--Start of content-->
<p>
</p>
<div id="divline"></div>
<div id="content">
<body class="articletitle">Article Title</body>
<p>
yjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjh
</p>
</div>
</div>
<div id="divline"></div>
<div id="footer">
<div class=wrapper>
<p>© Arron Ware</p>
</div>
</div>
</body>
</html>