-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 2.01 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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Index - My Blog</title>
<meta charset="utf-8" />
<meta name="author" content="chriad" />
<link rel="stylesheet" href="/media/css/main.css" type="text/css">
<link rel="stylesheet" href="/media/css/prettify.css" type="text/css">
</head>
<body class="container">
<div>
<header class="masthead">
<h1 class="masthead-title"><a href="/">My Blog</a></h1>
<p>Spacemacs</p>
<ul>
<li><a href="/blog/">Blog</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/about/">About</a></li>
<li><a href="https://github.com/chriad">GitHub</a></li>
<li><a href="/rss.xml">RSS</a></li>
</ul>
<form method="get" id="searchform" action="//www.google.com/search">
<input type="text" class="field" name="q" id="s" placeholder="Search">
<input type="hidden" name="as_sitesearch" value="chriad.github.io">
</form>
</header>
</div>
<div>
<div class="post">
<h1>Index</h1>
<p>
This is the home page of chriad.
</p>
</div>
</div>
<div>
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.js"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="/media/js/main.js"></script>
<div class="footer">
<p>Generated by <a href="http://www.gnu.org/software/emacs/">Emacs</a> 28.x (<a href="http://orgmode.org">Org mode</a> 9.x)</p>
<p>
Copyright © 2012 - <span id="footerYear"></span> <a href="mailto:chriad <at> folio">chriad</a>
-
Powered by <a href="https://github.com/kelvinh/org-page" target="_blank">org-page</a>
<script type="text/javascript">document.getElementById("footerYear").innerHTML = (new Date()).getFullYear();</script>
</p>
</div>
</div>
</body>
</html>