-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdebug.html
More file actions
20 lines (17 loc) · 717 Bytes
/
debug.html
File metadata and controls
20 lines (17 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no, viewport-fit=cover">
<meta name="color-scheme" content="dark light">
<meta name="theme-color" content="#001" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#eee" media="(prefers-color-scheme: light)">
<title>ChromaTracker</title>
<link href="src/Main.css" rel="stylesheet">
<link href="assets/Font.css" rel="stylesheet">
<script src="src/Debug.js" type="module"></script>
<script src="src/Main.js" type="module"></script>
</head>
<body>
</body>
</html>