-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
34 lines (34 loc) · 1.19 KB
/
index.php
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
<html>
<head>
<title>Lx Zhu private page is under construction.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href="css/styles.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="js/jquery.color.js"></script>
<script type="text/javascript" src="js/animation.js"></script>
</head>
<body>
<div id="stars-bckg">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<div id="title" class="hinga">
<span class="pulsator">
Zhoolaxy
</span>
<br>
<span class="pulsator">
Preparing to the Big Bang
</span>
<br>
<br>
<p class="blinking">
Maintenance...
</p>
</div>
</div>
</body>
</html>