-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/Dogsheep Beta.png" type="image/png">
<!-- Mathquill -->
<link rel="stylesheet" href="mathquill/mathquill.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="mathquill/mathquill.js"></script>
<!-- Desmos -->
<script src="desmosapi.js"></script>
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
<title>Dogsheep|Beta: Computational Guessing</title>
</head>
<body>
<main>
<img src="images/Dogsheep Beta Wide.png" alt="Dogsheep Beta">
<div id="input"></div>
<p><s>Discount Wolfram</s> Exact value guessing program</p>
<div id="buttons"></div>
<div id="result">Loading...</div>
<div id="calculator"></div>
<script src="script.js"></script>
<script src="svlt.js"></script>
</main>
<footer>
<a href="https://github.com/USSiamaboat/Dogsheep-Beta/blob/main/README.md">About Dogsheep Beta</a>
<br>
Questions, comments, or suggestions? Contact me at <a href="https://jeffreylu.me">jeffreylu.me</a>
<br>
Demo & Development Use Only: This project uses a modified version of the Desmos API that is not intended for production
</footer>
</body>
</html>