Added kidney_labe and Cyste_kid

This commit is contained in:
verboomp
2026-04-16 08:14:20 +02:00
parent aa66c030f8
commit 9cc8ac8cad
40 changed files with 6762 additions and 0 deletions

21
index.html Normal file
View File

@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kidney Lab — MW-56 Game &amp; Watch</title>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<div id="app">
<a href="/games/Cyst_Kid/index.html">Cyst Kid</a>
<br><br>
<a href="/games/test/index.html">Kidney Lab</a>
<br><br>
</div>
</body>
</html>