-
Notifications
You must be signed in to change notification settings - Fork 0
/
result.html
67 lines (62 loc) · 2.27 KB
/
result.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>tweegenous</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords"
content="Utilizer Login Form template Responsive, Login form web template, Flat # tables, Flat Drop downs # Web Templates, Flat Web Templates, Login # Responsive web template, SmartPhone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script
src="http://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="main.js"></script>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700"
rel="stylesheet">
</head>
<body>
<!-- main -->
<div class="main-top-intro">
<div class="bg-layer">
<div id="circular-loader" style="display: flex;min-height: 100vh; align-items: center;justify-content: center;">
<div class="loader-5 center"><span></span></div>
</div>
<!-- header -->
<div class="wrapper hide" id="results">
<header>
<div class="header-w3layouts">
<h1>
<a class="navbar-brand logo" href="index.html">Results</a>
</h1>
</div>
<div class="clear"></div>
</header>
<!-- //header -->
<div style="display:flex; flex-wrap: wrap;">
<img src="img/1.png" style="margin: 0 10px 10px 0" />
<img src="img/2.png" />
</div>
</div>
</div>
</div>
<!-- //main -->
<script>
window.setTimeout(function() {
document.getElementById('circular-loader').classList.add('hide');
document.getElementById('results').classList.remove('hide');
}, 3000);
</script>
</body>
</html>