-
Notifications
You must be signed in to change notification settings - Fork 628
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (26 loc) · 1.08 KB
/
index.html
File metadata and controls
31 lines (26 loc) · 1.08 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
29
30
31
<!DOCTYPE html>
<html lang="@locale@">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script>
// This line gets patched up by the cloud
var pxtConfig = null;
</script>
<title>MakeCode Arcade Multiplayer</title>
<link rel="stylesheet" data-rtl="/blb/rtlsemantic.css" href="/blb/semantic.css" type="text/css">
<link rel="stylesheet" href="/blb/icons.css" type="text/css">
<link rel="stylesheet" href="/blb/react-common-multiplayer.css" type="text/css">
</head>
<body class="pxt-theme-root">
<noscript>You need to enable JavaScript to run this app.</noscript>
<!-- @include tracking.html -->
<!-- @include tickevent.html -->
<!-- target.js is generated by the CLI -->
<script type="text/javascript" src="/blb/target.js"></script>
<script type="text/javascript" src="/blb/pxtlib.js"></script>
<script type="text/javascript" src="/blb/pxtsim.js"></script>
<script type="text/javascript" src="/blb/pxtrcdeps.js"></script>
<div id="root"></div>
</body>
</html>