-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·36 lines (25 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.7.1.js"
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<title>RISO TOOL</title>
<link rel="icon" type="image/x-icon" href="./assets/fav2.gif">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<script src="./p5.riso.js" type="text/javascript"></script>
<script src="./script.js" type="text/javascript"></script>
<a id="report" href="https://github.com/martinaesposito/TOOL-RISO/issues" target=”_blank” > Report issues</a>
<main>
</main>
<div id="alert">
<p class="alert">Oh no! :(</p>
<p class="alert" id="textAlert"> It seems that some values are invalid or missing</br>
Fill in all the fields and try out the tool.</p>
</div>
</body>
</html>