-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathlanding-template.xml
More file actions
27 lines (24 loc) · 923 Bytes
/
landing-template.xml
File metadata and controls
27 lines (24 loc) · 923 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>${sblg-get|title}</title>
<meta charset="utf-8"/>
<meta http-equiv="Expires" content="-1"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<link href="css/profanity.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src="js/zoomer.js"></script>
</head>
<body id="landing">
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration" />
<header>
<h1>Profani<span class="kern-ty">ty</span></h1>
<h2>${sblg-get|subtitle}</h2>
</header>
<article data-sblg-article="1" style="position: relative"> Content</article>
<div id="Zoomer" style="overflow-y:auto"></div>
<footer>
<p class="matty">site designed by <a href="http://www.matthewbalaam.co.uk">Matthew Balaam</a></p>
</footer>
</body>
</html>