-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
36 lines (34 loc) · 1.42 KB
/
index.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
32
33
34
35
36
<!DOCTYPE html>
<html class="blue-background">
<head>
<meta charset="utf-8">
<title>Register for Zebra</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"/>
<!-- for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, user-scalable=no" />
<!-- For iOS devices -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57-fm.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-72x72-fm.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114-fm.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144-fm.png">
<script src="js/config.js"></script>
<link rel="stylesheet" href="FileManager.css">
<link rel="stylesheet" href="register.css">
</head>
<body class="blue-background">
<form id="main">
<div class="test">
<div class="window ">
<h1>Zebra Private Beta is over</h1>
<p>Thank you for your feedback</p>
</div>
</div>
</form>
<script src="js/liteauth.js"></script>
<script src="js/register.js"></script>
<script src="js/Swift.js"></script>
<!--<script src="mock.js"></script>-->
</body>
</html>