17 lines
457 B
HTML
17 lines
457 B
HTML
<!doctype html>
|
|
<html lang="fr" id="html" data-bs-theme="dark">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<link rel="icon" href="/icon.jpg"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>Guams - Home</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<p>grge</p>
|
|
</main>
|
|
</body>
|
|
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</html>
|