-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
38 lines (28 loc) · 1.28 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
<!DOCTYPE HTML>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.js" type="text/javascript"></script>
<script src="pi.js" type="text/javascript"></script>
<script src="script.js" type="text/javascript"></script>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body align="center" class="font">
<h1>PiLearn</h1>
<img width="100" length="100" src="http://i1337.photobucket.com/albums/o677/JonSae/Pie_zps3d0f8deb.jpg" />
<header>Learning Pi has never been easier.</header>
<!--Digits you aim to learn -->
<input type="text" size="27" placeholder="Digits of pi you aim to learn ">
<div class="border">
<!-- Type digits of Pi here! -->
<p>3.<br />
<input type="text" placeholder="pi" id="pi-input">
</p>
<!-- Check button! -->
<input type="button" value="Check" id="check">
</div>
<!-- What's Pi? -->
<p><a href="http://www.piday.org/learn-about-pi">What is pi?</a></p>
<!-- Digits of Pi -->
<p><a href="http://www.piday.org/million">See a million digits of pi</a></p>
</body>
</html>