-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloadingScreen.php
More file actions
27 lines (26 loc) · 1.06 KB
/
loadingScreen.php
File metadata and controls
27 lines (26 loc) · 1.06 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
<html>
<head>
<title>It's Happening!</title>
<link href="css/loadindindicator.css" rel="stylesheet">
<link href="css/login.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="js/eventinfo_controller.js"></script>
<meta http-equiv="refresh" content="1;url=index.php"/>
</head>
<body>
<div id="Clouds">
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Background"></div>
<div class="loader">Loading...</div>
</body>
</html>