-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.14 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ocitrev</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page">
<div class="heading">
<div class="title">ocitrev</div>
<img src="purple_tentacle_184.jpg" />
<div>
<h2>6 Stages of programming</h2>
<ol class="stages">
<li>That can't happen.</li>
<li>That doesn't happen on my machine.</li>
<li>That shouldn't happen.</li>
<li>Why does that happen?</li>
<li>Oh, I see.</li>
<li>How did that ever work?</li>
</ol>
</div>
</div>
<div class="content">
<div class="desc">Eric Bouchard</div>
<ul class="list">
<li><a href="https://github.com/ocitrev" target="_blank">My Github</a></li>
<li><a href="https://ericbouchard.com/cv" target="_blank">My CV</a></li>
</ul>
<div class="desc">Game</div>
<ul class="list">
<li><a href="https://ericbouchard.com/maze" target="_blank">Labyrinthe</a></li>
</ul>
</div>
</div>
</body>
</html>