soiz1 commited on
Commit
35e674e
·
verified ·
1 Parent(s): 34a87d0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -5
index.html CHANGED
@@ -31,17 +31,29 @@ THE SOFTWARE.
31
  <meta name="apple-mobile-web-app-capable" content="yes">
32
  <meta name="msapplication-TileImage" content="scratch.png">
33
 
34
- <script src="lib/addtohomescreen.js"></script>
35
  <link rel="stylesheet" href="lib/gh-fork-ribbon.css">
36
  <link rel="stylesheet" href="lib/addtohomescreen.css">
 
 
37
  <link rel="stylesheet" href="scratch.css">
38
  <script type="module" src="squeak.js"></script>
39
  <script src="0.5.js"></script>
40
 
41
  </head>
42
  <body>
43
- <input id="sqFullscreen" type="checkbox">full screen</label>
44
- <canvas id="sqCanvas" style="width: 100%; height: 100%;"></canvas>
45
- <div id="sqSpinner" style="width: 100%; height: 100%;"><div></div></div>
 
 
 
 
 
 
 
 
 
 
 
46
  </body>
47
- </html>
 
31
  <meta name="apple-mobile-web-app-capable" content="yes">
32
  <meta name="msapplication-TileImage" content="scratch.png">
33
 
 
34
  <link rel="stylesheet" href="lib/gh-fork-ribbon.css">
35
  <link rel="stylesheet" href="lib/addtohomescreen.css">
36
+ <script src="lib/addtohomescreen.js"></script>
37
+
38
  <link rel="stylesheet" href="scratch.css">
39
  <script type="module" src="squeak.js"></script>
40
  <script src="0.5.js"></script>
41
 
42
  </head>
43
  <body>
44
+ <div id="sqHeader" hidden>
45
+ <label title="Make Scratch as large as possible"><input id="sqFullscreen" type="checkbox">full screen</label>
46
+ <div class="github-fork-ribbon-wrapper right">
47
+ <div class="github-fork-ribbon">
48
+ <a href="https://github.com/codefrau/SqueakJS" target="_blank">Fork me on GitHub</a>
49
+ </div>
50
+ </div>
51
+ </div>
52
+ <div id="sqFooter" hidden>
53
+ <p>This is <a href="../" target="_blank">SqueakJS</a> running a Scratch image.
54
+ Feedback and contributions welcome! — Vanessa Freudenberg</p>
55
+ </div>
56
+ <canvas id="sqCanvas"></canvas>
57
+ <div id="sqSpinner"><div></div></div>
58
  </body>
59
+ </html>