Files
drags-and-nerds/v0-appel-projet/index.html
T

23 lines
606 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drags and Nerds #2</title>
</head>
<body>
<h1 class="referenceText">
<strong>drags and nerds</strong>
<p>
Drag shows, musique électronique, synthés vidéos et autre performances nerds
</p>
<strong>drag</strong>
<strong>nerd</strong>
<strong>drags</strong>
<strong>nerds</strong>
</h1>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>