aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 678772c..a0ff658 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -11,6 +11,19 @@ import "../scss/style.scss";
<title>Arnaud Hergès</title>
</head>
<body>
- <h1>Astro</h1>
+ <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>