Initial Commit
This commit is contained in:
25
public/index.html
Normal file
25
public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user