-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (75 loc) · 2.84 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang=en>
<head>
<!-- so meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta property="og:type" content="website">
<meta property="og:title" content="nhtt">
<meta property="og:url" content="http://nmhttt.github.io/index.html">
<meta property="og:site_name" content="nhtt">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="nhtt">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="icon" type="image/png" href="/images/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<!-- title -->
<title>nhtt</title>
<!-- styles -->
<link rel="stylesheet" href="/css/style.css">
<!-- rss -->
</head>
<body class="max-width mx-auto px3">
<div class="content index my4">
<header id="header">
</header>
<section id="writing">
<span class="h1">
<a href="/ archives ">
Writing
</a>
</span>
<ul class="post-list">
<li class="post-item">
<div class="meta">
<time datetime="2018-03-22T04:52:44.000Z" itemprop="datePublished">2018-03-22</time>
</div>
<span>
<a class="" href="/2018/03/22/mongoDB-indexing/">mongoDB indexed</a>
</span>
</li>
<li class="post-item">
<div class="meta">
<time datetime="2018-03-22T03:36:29.795Z" itemprop="datePublished">2018-03-22</time>
</div>
<span>
<a class="" href="/2018/03/22/hello-world/">Hello World</a>
</span>
</li>
</ul>
</section>
</div>
<footer id="footer">
<div class="footer-left">
Copyright ©
2018
Minh Nhat
</div>
<div class="footer-right">
</div>
</footer>
</body>
</html>
<!-- styles -->
<link rel="stylesheet" href="/lib/font-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" href="/lib/justified-gallery/css/justifiedGallery.min.css">
<!-- jquery -->
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/lib/justified-gallery/js/jquery.justifiedGallery.min.js"></script>
<script src="/js/main.js"></script>
<!-- search -->
<!-- Google Analytics -->
<!-- Disqus Comments -->