Grafical Games hub + home button :p

This commit is contained in:
2024-08-20 22:15:06 +02:00
parent ff2f9ddc29
commit a8e196f8ec
4 changed files with 86 additions and 5 deletions

View File

@@ -3,12 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="icon.png" type="image/x-icon">
<title>Games</title>
</head>
<body>
<a href="./2048/">2048</a>
<a href="./RockPaperScissors/">RockPaperScissors</a>
<a href="./NumberQuess6/">NumberQuess</a>
<a href="./DiceWar/">DiceWar</a>
<div id="blob"></div>
<div id="blur"></div>
<script src="main.js"></script>
<a href="../" id="home"></a>
</body>
</html>