-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (67 loc) · 3.1 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 lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Welcome to My Blog | blog</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="Welcome to My Blog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="My github pages blog" />
<meta property="og:description" content="My github pages blog" />
<link rel="canonical" href="http://game-warrior.github.io/" />
<meta property="og:url" content="http://game-warrior.github.io/" />
<meta property="og:site_name" content="blog" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Welcome to My Blog" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"My github pages blog","headline":"Welcome to My Blog","name":"blog","url":"http://game-warrior.github.io/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/css/style.css?v=b8edf1d7afaa87c1f1103bc6d5dea66e81b6f896">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="/assets/js/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/assets/css/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup theme-color -->
<!-- start theme color meta headers -->
<meta name="theme-color" content="#353535">
<meta name="msapplication-navbutton-color" content="#353535">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- end theme color meta headers -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<div id="header">
<nav>
<ul>
<li class="fork"><a href="https://github.com/Game-Warrior/blog">View On GitHub</a></li>
</ul>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>blog</h1>
<p>My github pages blog</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/Game-Warrior">Game-Warrior</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/mattgraham">mattgraham</a></span>
</div>
<h1 id="welcome-to-my-blog">Welcome to My Blog</h1>
<p>This is where I will post various articles (Most of them will probably be related to Emacs or UNIX).</p>
<h2 id="posts">Posts</h2>
</section>
</div>
</body>
</html>