@robotical/martyblocksjr 1.3.18 → 1.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,29 @@
1
1
  <!DOCTYPE html>
2
- <meta name="viewport" content="width=device-width, initial-scale=1.0,
3
- maximum-scale=1.0, user-scalable=no"/>
4
- <meta name="apple-mobile-web-app-capable" content="yes"/>
5
- <meta http-equiv="refresh" content="0;url=home.html">
6
- <meta http-equiv="cache-control" content="no-cache">
7
- <meta charset="utf-8">
2
+ <meta
3
+ name="viewport"
4
+ content="width=device-width, initial-scale=1.0,
5
+ maximum-scale=1.0, user-scalable=no"
6
+ />
7
+ <meta name="apple-mobile-web-app-capable" content="yes" />
8
+ <meta http-equiv="refresh" content="0;url=home.html" />
9
+ <meta http-equiv="cache-control" content="no-cache" />
10
+ <meta charset="utf-8" />
8
11
 
9
12
  <html>
10
-
11
- <head>
12
- <title>ScratchJr Intro</title>
13
- <script>
14
- window.scratchJrPage = 'index';
15
- </script>
16
- <script type="text/javascript" src="app.bundle.js"></script>
17
- </head>
18
- <body>
19
- If you are not redirected automatically, follow this <a href="home.html">link to the home page</a>.
20
- </body>
21
- <!-- <body style="margin:0px; background: black;">
13
+ <head>
14
+ <title>ScratchJr Intro</title>
15
+ <script>
16
+ window.scratchJrPage = "index";
17
+ </script>
18
+ <script type="text/javascript" src="app.bundle.js"></script>
19
+ </head>
20
+ <body>
21
+ If you are not redirected automatically, follow this
22
+ <a href="home.html">link to the home page</a>.
23
+ <div class="catface" id="catface"></div>
24
+ <div class="jrlogo" id="jrlogo"></div>
25
+ </body>
26
+ <!-- <body style="margin:0px; background: black;">
22
27
  <div class="frame" id="frame">
23
28
  <div class="topbar" id="topbar">
24
29
  <div class="topbar-button" id="topbar-info"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "1.3.18",
3
+ "version": "1.3.19",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",