Files
PetPet/Games/index.html
2024-08-11 00:25:56 +02:00

14 lines
365 B
HTML

<!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="./QuessNumber-1D6/">QuessNumber-1D6</a>
<a href="./DiceWar/">DiceWar</a>
</body>
</html>