la vraiment + game template
This commit is contained in:
parent
d792837e74
commit
f2cd611f83
|
@ -0,0 +1,3 @@
|
|||
h1 {
|
||||
color: red;
|
||||
}
|
|
@ -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>
|
Loading…
Reference in New Issue