-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 996 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
crossorigin="anonymous"></script>
<script src="palindromeTipper.js"></script>
<link rel="stylesheet" href="index.css">
<title>Palindrome Tipper</title>
</head>
<body>
<h1><img src="./favicon.ico" style="margin-right: 15px"/>Palindrome Tipper!</h1>
<p>This page takes a cost as input and calculates any palendromic tip and total amounts.
<br/><i>(Up to 50% of the cost.)</i></p>
<p id="inputbox">Cost: <input type="text" id="cost" size="8"/></p>
<div id="tbl"></div>
<hr/>
<p class='footer'>A <a href="https://datafoundries.com">Data Foundries</a> site.</p>
<p class='footer'>Tame your tabs and manage your online life with <a href="https://braintool.org">BrainTool</a></p>
</body>
</html>