-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·42 lines (39 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<!-- This part is used for https://github.com/hussein-esmail7/template-maker -->
<!-- templateDescription: HTML File -->
<head>
<title></title> <!-- TODO: Title -->
<link rel="stylesheet" type="text/css" href="/style.css" media="screen"/>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
</head>
<body>
<h1><a class="stealth-url" href="/">Hussein Esmail</a></h1>
<div class="nav">
<header>
<ul class="nav-ul">
<li><a class="stealth-url" href="/about" title="About">About</a></li>
<li><a class="stealth-url" href="/articles" title="Articles">Articles</a></li>
<li><a class="stealth-url" href="/books" title="Books">Books</a></li>
<li><a class="stealth-url" href="/guides" title="Theatre Guides">Theatre Guides</a></li>
<li><a class="stealth-url" href="/rss.xml" title="RSS">RSS</a></li>
<li><a class="stealth-url" href="/contact" title="Contact">Contact</a></li>
</ul>
</header>
</div>
<h1></h1> <!-- TODO: Title -->
<!-- TODO: Rest of code -->
</body>
<footer>
<br>
<p>
Created: [DATE]
</p>
<br>
<p>
Edited: [DATE]
</p>
</footer>
</html>