-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.31 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.31 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
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<title>
Strainer Twitter Server
</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<style>
.cntr{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); /* IE 9 */
-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.cntr2{
position: absolute;
top: 20%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); /* IE 9 */
-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.resize{
width: 340px;
height: auto;
}
</style>
</head>
<body>
<div class="cntr">
<img src="https://raw.githubusercontent.com/AsyncWave/strainer-webapp/master/projects/dashboard/src/assets/loader.gif">
</div>
<div class="cntr2">
<img src="https://raw.githubusercontent.com/AsyncWave/strainer-webapp/master/projects/dashboard/src/assets/logo.png" class="resize">
</div>
</body>
</html>