-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.06 KB
/
Copy pathindex.html
File metadata and controls
28 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>js13k-2025: Nyx Felis and Lampyris</title>
<meta name=viewport content=width=device-width,initial-scale=1>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6' fill='%23ffdd00'/%3E%3C/svg%3E">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Griffy&family=Poiret+One&display=swap" rel="stylesheet">
<style>
body{margin:0;overflow:hidden;background:#101020}
#c{display:block;width:100vw;height:100vh;cursor:none}
</style>
</head>
<body>
<canvas id=c></canvas>
<!-- Firebase SDK (v9 - modular) -->
<script src="https://www.gstatic.com/firebasejs/9.23.0/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.23.0/firebase-firestore-compat.js"></script>
<!-- Firebase Initialization will happen in main.js after config is loaded -->
<script src=main.js></script>
</body>
</html>