-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.2 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.2 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="./Images/3ntab.png" />
<link rel="stylesheet" href="style.css" />
<title>3nplus1</title>
</head>
<body>
<div>
<img alt="3nplusone" src="./Images/headerimg.png" />
</div>
<!-- <hr class="hline"> -->
<a class="title">Collatz Conjecture</a>
<div id="leftbox">
<div class="subtitle">
Try Now!
<p style="margin: left; font-size: 20px">
having trouble loading? Fix It.
<a target="_blank" href="https://cors-anywhere.herokuapp.com/corsdemo"
>(Click me)</a
>
</p>
<br />
<input id="stdin" type="text" class="inputstyle font1" required />
<button class="title btn" id="run">Find</button>
<code style="font-size: 20px" id="output" />
</div>
</div>
<div class="vertLine"></div>
<div id="rightbox">
<div id="chart_div"></div>
<div id="chart_div1"></div>
</div>
</body>
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>
<script src="script.js"></script>
<!-- <script src="ploj.js"></script> -->
</html>