-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathinitialsetup.html
More file actions
39 lines (39 loc) · 1.31 KB
/
initialsetup.html
File metadata and controls
39 lines (39 loc) · 1.31 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
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>OpenATBP: Initial Setup</title>
</head>
<body
style="
overflow: hidden;
background-image: url('assets/img/atbp-bg.png');
user-select: none;
-webkit-user-select: none;
"
>
<center>
<div>
<img src="assets/img/atbp-bee.png" width="256" />
<div>
<img src="assets/img/spinner.gif" width="50px" />
</div>
<div style="margin-top: 15px">
<p
style="
color: #eff939;
font-size: 18px;
font-family: -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, 'Helvetica Neue', Arial,
'Noto Sans', sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol',
'Noto Color Emoji';
"
>
OpenATBP is setting up...<br />Please wait - this
should take <br />less than a minute.
</p>
</div>
</div>
</center>
</body>
</html>