-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (53 loc) · 3.13 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
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--><html class="no-js" prefix="og: http://ogp.me/ns#" xmlns:og="http://ogp.me/ns#"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="author" content="">
<meta property="og:site_name" content="My New Hugo Site">
<meta property="og:title" content="My New Hugo Site">
<meta property="og:url" content="https://statbit.github.io/">
<meta property="og:description" content="">
<meta property="og:type" content="website" />
<meta name="generator" content="Hugo 0.20.7" />
<title>My New Hugo Site · My New Hugo Site</title>
<link rel="canonical" href="https://statbit.github.io/" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://statbit.github.io/index.xml">
<link rel="stylesheet" type="text/css" href="https://statbit.github.io/css/main.css"/>
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300|Montserrat:700" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]><p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chrome/">install Google Chrome</a> to experience this site.</p><![endif]-->
<header id="site-header">
<div class="container">
<a href="https://statbit.github.io/" alt="My New Hugo Site"><h1 class="blog-title heading">My New Hugo Site</h1></a>
<p class="blog-description"></p>
</div>
</header>
<main class="content" role="main">
<div class="container">
</div>
</main>
<footer id="site-footer">
<div class="container">
<a href="https://statbit.github.io/index.xml" title="Get the RSS feed"><span class="tooltip"><i class="fa fa-rss"></i></span></a>
<section>© <a href="https://statbit.github.io/"></a> 2017 | All rights reserved</section>
<section>Theme by <a href="http://www.jrdnbwmn.com">Jordan Bowman</a>. Generated with <a href="http://gohugo.io/">Hugo</a>.</section>
</div>
</footer>
<script type="text/javascript" src="https://statbit.github.io/js/fittext.js"></script>
<script type="text/javascript">
$(".heading").fitText();
</script>
</body>
</html>