File size: 2,041 Bytes
bee6636
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="en">
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<title>Scramjet (Playground)</title>
		<link rel="icon" href="favicon.webp" />
		<link rel="prefetch" href="/scram/scramjet.worker.js" />
		<link rel="prefetch" href="/scram/scramjet.shared.js" />
		<link

			href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;family=Inter:[email protected]&amp;display=swap&amp;"

			rel="stylesheet"

		/>
		<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=Hind:wght@300;400;500;600;700&display=swap"

			rel="stylesheet"

		/>
		<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=Hind:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"

			rel="stylesheet"

		/>
		<style>

			body,

			html,

			#app {

				font-family:

					"Inter",

					system-ui,

					-apple-system,

					BlinkMacSystemFont,

					sans-serif;

				width: 100vw;

				height: 100vh;

				margin: 0;

				padding: 0;

				background-color: #050505;

				overflow: hidden;

			}



			@keyframes fade {

				from {

					opacity: 0;

				}

				to {

					opacity: 1;

				}

			}

		</style>
		<script src="https://cdn.jsdelivr.net/npm/dreamland"></script>
		<script src="/baremux/index.js"></script>
		<script src="/scram/scramjet.controller.js"></script>
		<script src="config.js"></script>
		<script src="store.js"></script>
	</head>

	<body>
		<div id="app"></div>
		<script src="playground.js"></script>
	</body>
</html>