forked from mkucej/i-librarian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html style="width:100%;height:100%">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="favicon.ico">
<link type="text/css" href="css/font-awesome.css" rel="stylesheet">
<title>Library of Prof. Qian's Laboratory</title>
</head>
<body style="margin:0;border:0;padding:0;width:100%;height:100%;overflow:hidden">
<div id="first-loader" style="background-color:#404FC3;width:100%;height:100%;position:absolute;top:0;left:0;">
<div style="font-family:sans-serif;font-size:54px;position:absolute;top:45%;top:calc(50% - 50px);left:39%;left:calc(50% - 190px);color:rgba(255,255,255,0.99)">
<i class="fa fa-cog fa-spin"></i>
Please waiting ......
</div>
</div>
<iframe src="index2.php" frameborder=0 style="width:100%;height:100%;margin:0;border:0" name="topframe" id="topframe"></iframe>
</body>
</html>