-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.76 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.76 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
<html>
<head>
<script src="download.js"></script>
<script src="note-script.js"></script>
<style>
.bbar {
height:100%
}
</style>
</head>
<body style="margin: 0px;">
<div style="width:100%;height:100%;margin:0px;">
<button id="KitKat Bar" onclick="updateCookies();" style="display:block;width:100%;text-align:center;height:10%">💾Save💾</button>
<textarea id="Paige" width="100%" height="40%" style="height:80%;width:100%;" placeholder="Welcome to the notepad!"></textarea>
<div style="width:100%;text-align: center;height:10%;">
<button class="bbar" id="Send" style="display:inline-block;width:17%;" onclick="sendDataJSON()">Send</button>
<button class="bbar" id="Share 2" style="display:none;width:7.5%;" onclick="DAT()">Download</button>
<button class="bbar" id="back" onclick="window.location.href = window.location.href.split('?')[0] + '?p=' + (p(1) - 1).toString();" style="display:inline-block;width:30%;"><-</button>
<p class="bbar" id="paigedisp" style="display:inline-block;height:inherit;"></p>
<button class="bbar" id="forward" onclick="window.location.href = window.location.href.split('?')[0] + '?p=' + (p(1) + 1).toString();" style="display:inline-block;width:30%;">-></button>
<button class="bbar" id="Share" style="display:none;width:7.5%;" onclick="sendEmail();">Email</button>
<button class="bbar" id="Receive" style="display:inline-block;width:17%;" onclick="kreceiveDataJSON();">Receive</button>
</div>
</div>
<p style="display:none;" id="pn">1</p>
</body>
</html>