-
Notifications
You must be signed in to change notification settings - Fork 4
/
archive.html
46 lines (41 loc) · 1.95 KB
/
archive.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@twitchard" />
<meta name="twitter:title" content="Archives" />
<meta name="twitter:description" content="Richard's Software Blog" />
<title>Archives - Richard Marmorstein</title>
<link rel="alternate" type="application/atom+xml" href="./atom.xml">
<link rel="stylesheet" href="./css/default.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<!-- Used for drop cap for the first character of blog posts-->
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149922579-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-149922579-1');
</script>
</head>
<body>
<main role="main">
</main>
<footer>
<div class="leftfootleftfootleftfoot">
Nothing I write represents the opinion of those foolish enough to employ me.
</div>
<div class="rightfeetatthemorningfeetatnight">
Site shamefully generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</footer>
</body>
</html>