Added studium

This commit is contained in:
2025-06-25 17:48:22 +02:00
parent c0e9e28c97
commit 9ec73e7e86
8 changed files with 765 additions and 0 deletions

25
studium/it-lab/index.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="author" content="Elias Fink">
<meta name="copyright" content="Copyright © 2024 Elias Fink">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<title>Minesweeper by Elias Fink</title>
</head>
<body>
</body>
</html>