-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 766 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 766 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>gobees81's test-page</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="https://rawgit.com/gobees/test-page/master/test-page.js"></script>
</head>
<body>
<h1 class= "heading"></h1>
<!--
<img src="/Users/ramblinwreck_81/GitHub/make-a-calculator/images/cartoon-calc.png" style="wdith=304px; height: 228px;">
-->
<div id= "board-text" class="on-the-board">
<p id="equation" class = "chalk-text"></p>
</div>
<div class="table-bottom"><div id="keypad">
<table id="keypad-table">
<tr id="row1"></tr>
<tr id="row2"></tr>
<tr id="row3"></tr>
<tr id="row4"></tr>
<tr id="row5"></tr>
</table>
</div></div>
</body>
</html>