Better system + main page debut

This commit is contained in:
2024-09-09 23:34:18 +02:00
parent 6c96cae51d
commit ccc632a418
6 changed files with 72 additions and 3 deletions

View File

@@ -1,10 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="static/js/index.js" defer="true"></script>
<title>VOTE!</title>
<link rel="stylesheet" href="static/css/index.css">
</head>
<body>
<h1>Bonjour cher voyageur</h1>
<div id="app" class="app"></div>
<div id="footer" class="footer">
<a href="/">Voter</a>
<a href="/results">Résultats</a>
<a href="/archives">Archives</a>
</div>
</body>
</html>