forked from fonsp/Pluto.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (63 loc) · 2.71 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
<meta name="pluto-insertion-spot-meta">
<title>Pluto.jl</title>
<meta name="author" content="Fons van der Plas; Mikołaj Bochenski" />
<meta name="description" content="Pluto.jl notebooks" />
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#2a2928">
<meta name="color-scheme" content="light dark">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon-96x96.png">
<link rel="pluto-logo-big" href="./img/logo.svg" />
<link rel="pluto-logo-small" href="./img/favicon_unsaturated.svg" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@observablehq/[email protected]/dist/stdlib.js" defer></script>
<link rel="stylesheet" href="welcome.css">
<link rel="stylesheet" href="index.css">
<meta name="pluto-insertion-spot-parameters">
<script src="index.js" type="module" defer></script>
<script src="warn_old_browsers.js"></script>
<link rel="prefetch" href="editor.css">
<link rel="prerender" href="editor.html">
<meta name="pluto-insertion-spot-preload">
</head>
<body class="nosessions">
<loading-bar></loading-bar>
<div id="app">
<section id="title">
<h1>welcome to <img src="img/logo.svg"></h1>
</section>
<section id="mywork">
<div>
<h2>My work</h2>
<ul id="recent" class="not_yet_ready">
<li class="new"><a href="new"><button><span class="ionicon"></span></button>Create a <strong>new notebook</strong></a></li>
<li><em>Loading...</em></li>
</ul>
</div>
</section>
<section id="open">
<div>
<h2>Open a notebook</h2>
<p><em>Loading...</em></p>
</div>
</section>
<section id="featured">
<div>
<div class="featured-source">
<h1>Featured Notebooks</h1>
<p>These notebooks from the Julia community show off what you can do with Pluto. Give it a try, you might learn something new!</p>
<div class="collection">
<h2>Loading...</h2>
</div>
</div>
</div>
</section>
</div>
</body>
</html>