-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank.html
More file actions
31 lines (30 loc) · 1.06 KB
/
blank.html
File metadata and controls
31 lines (30 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="/css/normalize.css" rel="stylesheet">
<link href="/css/skeleton.css" rel="stylesheet">
<link href="/css/default.css" rel="stylesheet">
<title>blank</title>
<meta property="og:title" content="blank">
<meta property="og:description" content="blank">
<meta property="og:url" content="/blank.html">
<meta property="og:image" content="/images/cloxp-logo.jpg">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<div class="back-button"><a href="/">back</a></div>
<div class="content">
<div style="margin-bottom: 50px" class="container">
<div class="row">
<div class="offset-by-two eight columns"><h1 id="fooo-bar">fooo bar</h1>
<p>this is a test</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="inner"><a href="mailto:robert.krahn@gmail.com?Subject=cloxp" target="_top">© 2015 Robert Krahn</a><span class="spacer">|</span><a href="/atom.xml">feed</a></div>
</div>
</body>
</html>