-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlessons.html
30 lines (27 loc) · 1.03 KB
/
lessons.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
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CR Lessons</title>
<!-- start header -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://sharptopco.github.io/cloudcard-website/shared/parameters.js"></script>
<!--<script src="https://sharptopco.github.io/crstories/lessons.js"></script>-->
<!--<link rel="stylesheet" href="https://sharptopco.github.io/crstories/index.css" />-->
<script src="lessons.js"></script>
<link rel="stylesheet" href="index.css" />
<!-- end header -->
</head>
<body>
<div id="loading-indicator">
<h2>Loading...</h2>
<img src="https://sharptopco.github.io/crstories/Ripple-2s-200px.gif">
</div>
<div id="story-container" hidden>
<div id="stories"></div>
</div>
<div id="password-container" hidden>
<h4>Password: <input type="password" id="password" /> <button id="password-button">Go</button> </h4>
</div>
</body>
</html>