-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (36 loc) · 1.32 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Plex Plot</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon"
type="image/png"
href="favicon.png">
</head>
<body>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div id="images">
</div>
<div id="full-view">
<div id="full-container">
</div>
<img id="full-image" width="512", height="512">
</div>
<input placeholder="Enter an expression in terms of z. (or use "clear" to delete all cards)"
id="card-creator"
onkeydown="ccDown(event)"
></input>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjs/3.14.2/math.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=AM_CHTML"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gifshot/0.3.2/gifshot.min.js"></script>
<script src="js/gallery.js"></script>
<script src="js/plex_plot.js"></script>
<a href="https://samybencherif.github.io/Complex-Gallery/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>