-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle-template.html
executable file
·51 lines (48 loc) · 1.42 KB
/
article-template.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Articles</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 class="article-title">[FILE FRONT]</h1>
<div>
<p>
<!-- TODO: Post body -->
</p>
</div>
<br>
<div>
<p>
<!-- Post body template block -->
</p>
</div>
<br>
</body>
<footer>
<br>
<p>
Created: [DATE]
</p>
<br>
<p>
Edited: [DATE]
</p>
</footer>
</html>