-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
84 lines (80 loc) · 4.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no'>
<title>Nicegist</title>
<link rel='dns-prefetch' href='https://api.github.com'>
<link rel='dns-prefetch' href='https://www.googletagmanager.com'>
<link rel='prefetch' href='https://www.googletagmanager.com/gtag/js'>
<link rel='apple-touch-icon' sizes='57x57' href='/static/touch-icons/apple-icon-57x57.png'>
<link rel='apple-touch-icon' sizes='60x60' href='/static/touch-icons/apple-icon-60x60.png'>
<link rel='apple-touch-icon' sizes='72x72' href='/static/touch-icons/apple-icon-72x72.png'>
<link rel='apple-touch-icon' sizes='76x76' href='/static/touch-icons/apple-icon-76x76.png'>
<link rel='apple-touch-icon' sizes='114x114' href='/static/touch-icons/apple-icon-114x114.png'>
<link rel='apple-touch-icon' sizes='120x120' href='/static/touch-icons/apple-icon-120x120.png'>
<link rel='apple-touch-icon' sizes='144x144' href='/static/touch-icons/apple-icon-144x144.png'>
<link rel='apple-touch-icon' sizes='152x152' href='/static/touch-icons/apple-icon-152x152.png'>
<link rel='apple-touch-icon' sizes='180x180' href='/static/touch-icons/apple-icon-180x180.png'>
<link rel='icon' type='image/png' sizes='192x192' href='/static/touch-icons/android-icon-192x192.png'>
<link rel='icon' type='image/png' sizes='32x32' href='/static/touch-icons/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='96x96' href='/static/touch-icons/favicon-96x96.png'>
<link rel='icon' type='image/png' sizes='16x16' href='/static/touch-icons/favicon-16x16.png'>
<link rel='mask-icon' href='/static/touch-icons/safari-pinned-tab.svg' color='#5bbad5'>
<link rel='shortcut icon' href='/favicon.ico'>
<link rel='manifest' href='/manifest.json'>
<meta name='msapplication-TileColor' content='#FAFAFA'>
<meta name='msapplication-config' content='/browserconfig.xml'>
<meta name='msapplication-TileImage' content='/static/touch-icons/ms-icon-144x144.png'>
<meta name='theme-color' content='#FAFAFA'>
<link href='/static/dom_distiller_viewer.css' rel='stylesheet' media='nope' onload='this.media="all"'>
<link href='https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css' rel='stylesheet' media='nope' onload='this.media="all"'>
<link href='/static/vendor/github-gist.css' rel='stylesheet' media='nope' onload='this.media="all"'>
<script src='https://cdn.jsdelivr.net/gh/markdown-it/[email protected]/dist/markdown-it.min.js'></script>
<script src='/static/vendor/[email protected]'></script>
<script src='https://unpkg.com/[email protected]/dist/markdown-it-task-lists.min.js'></script>
<script src='https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js' async defer></script>
</head>
<body class='light sans-serif'>
<div id='contentWrap'>
<div id='mainContent'>
<article>
<header id='articleHeader'>
<h1 id='titleHolder'>Loading gist...</h1>
</header>
<div id='authorHolder'>
<div id='authorAvatar'></div>
<span>
Gist by <span id='gistAuthor'></span>,
at <span id='gistPubDate'></span>
</span>
</div>
<div id='gistContent'>
<noscript>Enable JavaScript to use nicegist.</noscript>
<div id='loadingIndicator'>
<img src='/static/dom_distiller_material_spinner.svg'>
</div>
</div>
</article>
<div id='gist-comments'></div>
<footer>
<p id='footerIntro'>
Check out the <a href='https://github.com/nicegist/nicegist.github.io'>source for Nicegist on GitHub</a>
</p>
<p id='footerPost'>
<a href='https://nicegist.github.io/'>Nicegist</a>
· writing for hackers · zero setup · publish in seconds
</p>
</footer>
</div>
</div>
<script src='/static/app.js' defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src='https://www.googletagmanager.com/gtag/js?id=UA-57728344-3' async defer></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());gtag('config', 'UA-57728344-3');
</script>
</body>
</html>