-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
30 lines (30 loc) · 1.25 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@WebReflection">
<meta name="twitter:creator" content="@WebReflection">
<meta property="og:url" content="https://ungap.github.io">
<meta property="og:title" content="ungap">
<meta property="og:description" content="Modern Web Development One Jump At The Time">
<meta property="og:image" content="https://ungap.github.io/img/denny-luan-crop.jpg">
<meta property="og:image:alt" content="even a lizard can jump a gap">
<title>ungap</title>
<!--[if lt IE 9]>
<script src="https://unpkg.com/ie8"></script>
<script defer src="https://unpkg.com/dom4"></script>
<![endif]-->
<script defer src="js/index.js"></script>
<link rel="styleSheet" href="css/index.css">
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css">
</head>
<body>
<markdown />
<script onload="hljs.initHighlightingOnLoad()"
src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
</body>
</html>