Fix CORS error in the API

This commit is contained in:
2024-11-27 13:26:40 +01:00
parent 69f86aadc8
commit 5d28563343
4 changed files with 18 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calendrier de l'Avent</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="static/style.css">
</head>
<body>
<div class="background">
@@ -35,6 +35,6 @@
<div class="box box-21" id="day-21">21</div>
</div>
</div>
<script src="script.js"></script>
<script src="static/script.js"></script>
</body>
</html>