ajout CORS

This commit is contained in:
François Pelletier 2024-09-08 21:03:41 -04:00
parent f7abfc4902
commit d896049932
5 changed files with 68 additions and 20 deletions

View file

@ -1,5 +1,6 @@
@()
@main("Welcome to Play") {
<h1>Welcome to Play!</h1>
}
<h1>Asteroid Cookies</h1>
<p><a href="/game">Jouer</a></p>
}