-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 1.6 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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Baudelaire on VQGAN</title>
<link rel="stylesheet" href="style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5EH6ZBVJHK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-5EH6ZBVJHK');
</script>
<script defer data-domain="htmlpreview.github.io" src="plausible.js"></script>
</head>
<body>
<br/>
<h1>Baudelaire on VQGAN</h1>
<br/>
<div id="poems">
<a href="elevation.html">Élévation</a>
<span class="sources">
<a target="_blank" href="https://fleursdumal.org/poem/102">[source]</a>
</span>
<br/>
<a href="vin-amants.html">Le Vin des amants</a>
<span class="sources">
<a target="_blank" href="https://fleursdumal.org/poem/196">[source]</a>
</span>
<br/>
<a href="passante.html">À une passante</a>
<span class="sources">
<a target="_blank" href="https://fleursdumal.org/poem/224">[source]</a>
</span>
<br/>
<a href="charogne.html">Une Charogne</a>
<span class="sources">
<a target="_blank" href="https://fleursdumal.org/poem/126">[source]</a>
</span>
<br/>
<a href="vin-assassin.html">Le Vin de l'assassin</a>
<span class="sources">
<a target="_blank" href="https://fleursdumal.org/poem/194">[source]</a>
</span>
</div>
<br/>
<div id="about-me">
</div>
</body>
</html>
<script src="script.js"></script>