-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.htm
30 lines (30 loc) · 1.3 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/jquery-3.5.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/index.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="css/base-min.css">
<link rel="stylesheet" href="css/pure-min.css">
<link rel="stylesheet" href="css/loading-icon.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<h1>Freezer <span class="version">0.17.0</span></h1>
<form onsubmit="return false;" class="pure-form">
<select name="configs" id="configs" class="pure-combo"></select>
<button id="freeze" class="button-default pure-button pure-button-primary">Freeze</button>
<button id="whatsnew" class="button-default pure-button pure-button-primary">What is New</button>
</form>
<!-- loading icon -->
<div id="loading-icon" style="display:none" class="lds-ellipsis"><div></div><div></div><div></div><div></div></div>
<!-- end of loading icon -->
<div id="errors">
</div>
<div id="messages">
</div>
<div id="diff">
</div>
</body>
</html>