forked from spintrade/Arweavify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground.html
More file actions
21 lines (21 loc) · 1.04 KB
/
background.html
File metadata and controls
21 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Arweavify</title>
</head>
<body>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/base64js.min.js"></script>
<script type="text/javascript" src="js/utils.js"></script>
<script type="text/javascript" src="js/core.js"></script>
<div id="tx_owner" style="pointer-events:none;display:none;"></div>
<div id="tx_target" style="pointer-events:none;display:none;"></div>
<div id="tx_quantity" style="pointer-events:none;display:none;"></div>
<div id="tx_reward" style="pointer-events:none;display:none;"></div>
<div id="tx_last_tx" style="pointer-events:none;display:none;"></div>
<div id="tx_tags" style="pointer-events:none;display:none;"></div>
<div id="tx_data" style="pointer-events:none;display:none;"></div>
<div id="tx_signature" style="pointer-events:none;display:none;"></div>
</body>
</html>