blob: a0ff658997793aa637f344d5fc61ac43c08e236b (
plain)
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
|
---
import "../scss/style.scss";
---
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Arnaud Hergès</title>
</head>
<body>
<header>
<h1>Arnaud Hergès</h1>
<div class="tags">
<p class="tag">batteur</p>
<p class="tag">-</p>
<p class="tag">compositeur</p>
<p class="tag">-</p>
<p class="tag">producteur</p>
<p class="tag">-</p>
<p class="tag">références</p>
<p class="tag">-</p>
<p class="tag">contact</p>
</div>
</header>
</body>
</html>
|