add the frontend app

This commit is contained in:
Matteo Rosati
2026-02-10 20:32:37 +01:00
parent 266a1249d7
commit 2805c92dc8
11 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="it">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DroneWars</title>
</head>
<body>
<h1>Ciao e benvenuto su DroneWars!</h1>
</body>
</html>