-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (91 loc) · 4.38 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Nu-that.us</title>
<meta name="description" content="Code Confusion and Random Research">
<link rel="shortcut icon" href="https://casper.ghost.org/v1.0.0/images/ghost-logo.svg">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet" type="text/css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
<link rel="stylesheet" type="text/css" href="assets/styles/crisp.css?v=9e6582d65f">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta name="description" content="Code Confusion and Random Research">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="canonical" href="index.html">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="Nu-that.us">
<meta property="og:type" content="website">
<meta property="og:title" content="Nu-that.us">
<meta property="og:description" content="Code Confusion and Random Research">
<meta property="og:url" content="http://localhost:2368/">
<meta property="og:image" content="https://casper.ghost.org/v1.0.0/images/blog-cover.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Nu-that.us">
<meta name="twitter:description" content="Code Confusion and Random Research">
<meta name="twitter:url" content="http://localhost:2368/">
<meta name="twitter:image" content="https://casper.ghost.org/v1.0.0/images/blog-cover.jpg">
<meta property="og:image:width" content="2000">
<meta property="og:image:height" content="666">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "Nu-that.us",
"logo": "https://casper.ghost.org/v1.0.0/images/ghost-logo.svg"
},
"url": "http://localhost:2368/",
"image": {
"@type": "ImageObject",
"url": "https://casper.ghost.org/v1.0.0/images/blog-cover.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://localhost:2368/"
},
"description": "Code Confusion and Random Research"
}
</script>
<script type="text/javascript" src="public/ghost-sdk.min.js?v=9e6582d65f"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "421cec68d328"
});
</script>
<meta name="generator" content="Ghost 1.20">
<link rel="alternate" type="application/rss+xml" title="Nu-that.us" href="rss/index.html">
</head>
<body class="home-template">
<header id="header">
<a id="logo" href="index.html"><img src="https://casper.ghost.org/v1.0.0/images/ghost-logo.svg" alt="Nu-that.us"></a>
<h1><a href="index.html">Nu-that.us</a></h1>
<p>Code Confusion and Random Research</p>
<h6><a href="index.html">Home</a></h6>
<h6><a href="downloads/">Downloads</a></h6>
</header>
<main id="content">
<section id="5a600927e5f5a422bcdfd67c" class="post">
<h3 class="post-title"><a href="first-post/">First Post</a><span class="separator"> · </span>January 17, 2018<span class="taglist"></span></h3>
</section>
<nav class="pagination" role="pagination">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer id="footer">
<section id="footer-message">© 2018 Nu-that.us. All rights reserved.</section>
</footer>
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>