Skip to content

Commit 6904582

Browse files
committed
Add Mostrami
1 parent b5ea325 commit 6904582

Some content is hidden

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

55 files changed

+3334
-0
lines changed

mostrami/demo.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<html>
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
</head>
6+
7+
<body>
8+
9+
<div id="jp-container" style="text-align:center;width:100%">
10+
<b>JSON::Presenter</b><br>
11+
Click/Tap or key Space/RightArrow to start in manual mode<br>
12+
Click/Tap or key Space/RightArrow to advance<br>
13+
Key Enter to start in auto mode<br>
14+
Click/Tap to exit auto mode
15+
</div>
16+
<pre id="jp-script" style="display:none">resources/json/test.json</pre>
17+
<script src="jsonPresenter.js"></script>
18+
19+
</body>
20+
</html>

mostrami/favicon.gif

Loading

mostrami/favicon.ico

2.19 KB
Binary file not shown.

mostrami/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<script type='text/javascript' src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=200521'></script>
6+
</head>
7+
8+
<body>
9+
10+
<pre id="easycoder-rest" style="display:none">rest.php</pre>
11+
<pre id="easycoder-script" style="display:none">
12+
! EasyCoder Presenter
13+
14+
script Launcher
15+
16+
variable Script
17+
require js `https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/plugins/codemirror.js?v=` cat now
18+
rest get Script from `/resources/ecs/presenter.txt`
19+
run Script
20+
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)