forked from kalamuna/kalaboxv1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 936 Bytes
/
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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kalabox</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="public/stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="public/stylesheets/font-awesome.min.css">
<link rel="stylesheet" href="public/stylesheets/style.css">
<script src="public/js/libs/jquery-1.9.1.min.js"></script>
<script src="public/js/libs/bootstrap-tab.js"></script>
</head>
<body>
<div class="kalawrap">
<div style="margin-top: 20px;">
<i class="fa fa-cog fa-spin kalagreen icon-massive" style="margin-left:200px;margin-top:90px;"></i>
<script type="text/javascript">window.location = "http://localhost:51686/"</script>
</div><!-- End Margin -->
</div><!-- End Kalawrap -->
</body>
</html>