Files
DroneWars/frontend/templates/frontend/home.html
2026-02-10 20:32:37 +01:00

12 lines
252 B
HTML

<!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>