Fast commit aka path to games XD

This commit is contained in:
2024-08-07 17:39:02 +02:00
parent cd0a1e16cd
commit dc5bc86832
3 changed files with 16 additions and 2 deletions

13
Games/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Games</title>
</head>
<body>
<a href="./2048/">2048</a>
<a href="./RockPaperScissors/">RockPaperScissors</a>
<a href=""></a>
</body>
</html>