-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.hbs
23 lines (23 loc) · 989 Bytes
/
index.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1' />
<title>CNCjs4Marlin</title>
<meta name='description' content='' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<meta name='mobile-web-app-capable' content='yes' />
<meta name='apple-mobile-web-app-capable' content='yes' />
<link rel='shortcut icon' href='{{webroot}}favicon.ico' />
</head>
<body>
<div id='loading' style='position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);'>
<div
style="background: transparent url('{{webroot}}images/32x32/loading.gif') no-repeat 0 0; height: 400px; width: 400px; display: block; margin: 0 auto;"
></div>
<div
style='font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #222; text-align: center; margin-top: 10px;'
>
Loading CNCjs4Marlin...</div>
</div>
</body>
</html>