-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpost.html
79 lines (72 loc) · 3.52 KB
/
post.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>R'lyeh Hacklab | Sysadmins Blog</title>
<meta name="author" content="HacKan" />
<meta name="description" content="R'lyeh Hacklab Sysadmins blog" />
<link rel="shortcut icon" type="image/png" href="assets/imgs/favicon.png" id="favicon" />
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css?v=4.3.1" />
<link rel="stylesheet" href="/vendor/fontawesome/css/all.min.css?v=5.9.0" />
<link rel="stylesheet" href="/assets/css/cover.min.css?cache=20180725" />
<link rel="stylesheet" href="/assets/css/custom.css?cache=20181012" />
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-2">
<div class="inner">
<img class="masthead-brand" src="/assets/imgs/title.png" alt="" width="166" height="68" />
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link"
href="/"
title="Home">
<span class="fas fa-home" aria-hidden="true"></span>
</a>
<a class="nav-link active"
href="/posts/index.html"
title="Posts">
<span class="fas fa-pen-alt" aria-hidden="true"></span>
</a>
<a class="nav-link"
href="//adm.rlab.be"
title="Administration">
<span class="fas fa-users-cog" aria-hidden="true"></span>
</a>
<a class="nav-link"
href="//rlab.be"
title="R'lyeh Hacklab Website">
<span class="fas fa-globe" aria-hidden="true"></span>
</a>
</nav>
</div>
</header>
<main id="post" role="main" class="inner cover text-left">
<!-- this should be left blank since it's going to be replaced by
the html code generated from markdown -->
<p class="lead"><strong>Loading post...</strong></p>
</main>
<div id="error" class="d-none alert alert-danger">
<!-- error message -->
</div>
<footer class="mastfoot mt-4">
<div class="inner">
<p>R'lyeh Sysadmins Blog - CC BY-NC-SA 4.0</p>
<p><small>Based on Cover template for <a
href="https://getbootstrap.com">Bootstrap</a>, by <a
href="https://twitter.com/mdo">@mdo</a>. Uses pretty <a
href="https://fontawesome.com/icons">Fontawesome Icons</a>. <a
href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img
src="/assets/imgs/cc-by-nc-sa-4.png" alt="CC BY-NC-SA 4.0"
width="80" height="15" /></a>.</small></p>
</div>
</footer>
</div>
<script src="/vendor/jquery/jquery.min.js?v=3.4.1"></script>
<script src="/vendor/bootstrap/js/bootstrap.min.js?v=4.3.1"></script>
<script src="/vendor/showdown/dist/showdown.min.js?v=1.9.0"></script>
<script src="/assets/js/errors.js"></script>
<script src="/assets/js/post.js" defer></script>
</body>
</html>