-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
80 lines (72 loc) · 2.31 KB
/
archives.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Gitoyen</title>
<link rel="stylesheet" href="/theme/css/main.css">
<link href="https://gitoyen.net/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Gitoyen RSS Feed">
<script src="/theme/scripts/jquery-2.1.4.min.js"></script>
<script src="/theme/scripts/jquery.sticky.js"></script>
<script src="/theme/scripts/mine.js"></script>
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner">
<div id="headerContainer">
<div id="logo">
<a href="/index.html"></a>
</div>
<div class="burger">
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<nav>
<ul>
<li >
<a href="/">Accueil</a>
</li>
<li >
<a href="/gitoyen.html">Gitoyen</a>
</li>
<li >
<a href="/services-de-gitoyen.html">Nos Services</a>
</li>
<li >
<a href="/cote-technique.html">Côté technique</a>
</li>
<li >
<a href="/blog.html">Blog</a>
</li>
<li >
<a href="/contact.html">Contact</a>
</li>
<li class="icon twitter"><a href="https://twitter.com/gitoyen"> </a></li>
<li class="icon rss"><a href="https://gitoyen.net/feeds/all.rss.xml"> </a></li>
</ul>
</nav>
</div>
</header><!-- /#banner -->
<div class="cacheMenu"></div>
<div class="container">
<section id="content" class="body">
<h1>Archives for Gitoyen</h1>
<dl>
<dt>Mon 07 March 2016</dt>
<dd><a href="/blog/yet-another-tutorial-about-lets-encrypt.html">Yet another tutorial about Let's Encrypt</a></dd>
<dt>Tue 14 April 2015</dt>
<dd><a href="/blog/pytest-fixture.html">Pytest Fixture</a></dd>
</dl>
</section>
</div>
<footer id="contentinfo">
<a href="#">Mentions légales</a>
</footer>
</body>
</html>