Skip to content

Commit d972c5a

Browse files
committed
chore: export site
1 parent 0e65094 commit d972c5a

File tree

62 files changed

+92639
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+92639
-0
lines changed

site/app.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

site/edit/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!doctype html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
3+
<head>
4+
<title>Redirect to editable app</title>
5+
<meta
6+
http-equiv="refresh"
7+
content="0;URL='../index.html?_shinylive-mode=editor-terminal-viewer'"
8+
/>
9+
</head>
10+
<body></body>
11+
</html>

site/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Shiny App</title>
7+
<script
8+
src="./shinylive/load-shinylive-sw.js"
9+
type="module"
10+
></script>
11+
<script type="module">
12+
import { runExportedApp } from "./shinylive/shinylive.js";
13+
runExportedApp({
14+
id: "root",
15+
appEngine: "python",
16+
relPath: "",
17+
});
18+
</script>
19+
<link rel="stylesheet" href="./shinylive/style-resets.css" />
20+
<link rel="stylesheet" href="./shinylive/shinylive.css" />
21+
22+
</head>
23+
<body>
24+
25+
<div style="height: 100vh; width: 100vw" id="root"></div>
26+
27+
</body>
28+
</html>

site/shinylive-sw.js

Lines changed: 2375 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)