forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 691 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sandbox - CodeSandbox</title>
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="mask-icon" href="/csb-ios.svg" color="#fff">
<script src="<%= webpackConfig.output.publicPath %>static/browserfs9/browserfs.min.js"
type="text/javascript"></script>
<script>
window.process = BrowserFS.BFSRequire('process');
window.Buffer = BrowserFS.BFSRequire('buffer').Buffer;
</script>
</head>
<body>
<div id="csb-loading-screen"></div>
</body>
</html>