la vraiment + game template

This commit is contained in:
nemo 2024-09-03 14:38:34 +02:00
parent d792837e74
commit f2cd611f83
2 changed files with 14 additions and 0 deletions

3
game-template.css Normal file
View File

@ -0,0 +1,3 @@
h1 {
color: red;
}

11
game-template.html Normal file
View File

@ -0,0 +1,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Caca Game</title>
<link rel="stylesheet" href="/game-template.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<h1>Caca Game</h1>
</body>
</html>