-
Notifications
You must be signed in to change notification settings - Fork 7
/
update.html
31 lines (31 loc) · 1.1 KB
/
update.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
<!DOCTYPE html>
<html>
<head>
<title>Update - Airborn</title>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="update.css">
</head>
<body>
<div class="background"></div>
<form id="container">
<div id="explanation"></div><br>
<input type="text" id="username"><br>
<input type="password" id="password"><br>
<input type="submit" id="update">
</form>
<script src="login.js"></script>
<script src="sjcl.js"></script>
<script src="crypto.js"></script>
<script src="pako.min.js"></script>
<script src="3rdparty/jszip/jszip.min.js" integrity="sha256-jszrAWzwnYwrwh6lsETSmX3L2fydd9XGkAuHHdnHmL0="></script>
<script type="text/javascript" src="3rdparty/jszip/jszip-utils.js" integrity="sha256-V2b45dvEeGuW5o94fsAJnLprv6Od3g3qJrpq/96Ufno="></script>
<!--
Mandatory in IE 6, 7, 8 and 9.
-->
<!--[if IE]>
<script type="text/javascript" src="3rdparty/jszip/jszip-utils-ie.js" integrity="sha256-8q3ipGtEWzVuIeTunq7kUEcPJqmcITMFH4GobXc0BPw="></script>
<![endif]-->
<script src="update.js"></script>
</body>
</html>