-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 834 Bytes
/
index.html
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>
<body>
<head>
<title>Indigo Playground</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="dist/main.js"></script>
<style>
body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<!-- <div id="flexContainer"> -->
<!-- <div id="editor"></div> -->
<!-- <div class="gutter-row gutter-row-1" id="toolbar"> -->
<!-- <button id="runButton">▶️</button> -->
<!-- <button id="copyUrlButton">🔗</button> -->
<!-- </div> -->
<!-- <div id="output"></div> -->
<!-- </div> -->
<!-- <script src="dist/main.js"></script> -->
<indigo-fiddle id="big_fiddle" standalone></indigo-fiddle>
</body>
</html>