-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (47 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.18.1" />
<title>Raphaël's Blog</title>
<meta property="og:title" content="Raphaël's Blog">
<meta property="og:type" content="website">
<meta property="description" content="">
<link href="http://raphael0202.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Raphaël's Blog" />
<link rel="stylesheet" href="http://raphael0202.github.io/css/main.css" media="all">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Merriweather:400|Lato:400,400italic,700">
</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="http://raphael0202.github.io/" class="nav-logo">
<img src="http://raphael0202.github.io/images/"
width=""
height=""
alt="">
</a>
<ul class="nav-links">
<li><a href="/about/">About</a></li>
<li><a href="https://github.com/raphael0202/">GitHub</a></li>
</ul>
</nav>
</header>
<main class="content" role="main">
<div class="archive">
</div>
</main>
<footer class="footer">
<ul class="footer-links">
<li>
<a href="http://raphael0202.github.io/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
</li>
<li>
<a href="https://gohugo.io/" class="footer-links-kudos">Made with <img src="http://raphael0202.github.io/images/hugo-logo.png" width="22" height="22"></a>
</li>
</ul>
</footer>
</div>
</body>
</html>