border-wars/webpage/index.html
CoCo_Sol 3afb84d1cc
All checks were successful
Rust Checks / checks (push) Successful in 2m6s
Init the webpage (#87)
Reviewed-on: fish-canard/border-wars#87
Reviewed-by: Racloody <racloody@noreply.tipragot.fr>
2024-03-30 20:50:13 +00:00

18 lines
307 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Border Wars</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Border Wars</h1>
<p>A beatiful game!</p>
</body>
</html>