Initial Commit

This commit is contained in:
2025-03-31 17:01:30 +02:00
commit 05fe8d140d
11 changed files with 44613 additions and 0 deletions

25
public/index.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Käse</title>
<meta charset="utf-8">
<meta name="description" content="Käse">
<meta name="keywords" content="käse, cheese">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="assets/style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧀</text></svg>">
</head>
<body>
<h1>KÄ.SE</h1>
<div class="footer">Made with ❤️ by <a target="_blank" href="https://banko.rocks/">banko</a> and <a target="_blank" href="https://mikee.dev/">mikee</a>.</div>
<script src="lib/three.js"></script>
<script src="lib/OBJLoader.js"></script>
<script src="lib/MTLLoader.js"></script>
<script src="main.js"></script>
</body>
</html>