Initial commit

This commit is contained in:
William Bouzourène 2025-03-04 20:26:33 +01:00
commit ef9f05e031
12 changed files with 3801 additions and 0 deletions

13
public/index.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Codes postaux | Suisse</title>
<link rel="stylesheet" href="/assets/main.css">
</head>
<body>
<div id="app"></div>
<script src="/assets/main.js" type="module"></script>
</body>
</html>