-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (60 loc) · 2.96 KB
/
index.html
File metadata and controls
64 lines (60 loc) · 2.96 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<title>Sithiyam</title>
<base href="/" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/Site.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link href="css/Other.css" rel="stylesheet" />
<link href="css/animate.css" rel="stylesheet" />
<link href="manifest.json" rel="manifest" />
<link rel="apple-touch-icon" sizes="1024x1024" href="img/sithiyam.png" />
</head>
<body style="background-image: url('img/back2048.jpg'); background-repeat: no-repeat; background-size: cover;min-height:100vh;filter: saturate(120%);">
<app>
<div style="width: 100%;padding-top: 14vh;height: 100vh">
<center style="width:100%">
<div class="loadImg" style="background-image: url('img/sithiyam.png');background-repeat:no-repeat;background-position:center;background-size:contain"></div>
</center>
<div class="floating-ani">
<center style="width:100%">
<div class="spinner-grow" role="status" style="width: 8vh; height: 8vh;color:#6E4C00">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-grow" role="status" style="width: 8vh; height: 8vh;color:#6E4C00">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-grow" role="status" style="width: 8vh; height: 8vh;color:#6E4C00">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-grow" role="status" style="width: 8vh; height: 8vh;color:#6E4C00">
<span class="sr-only">Loading...</span>
</div>
<div class="spinner-grow" role="status" style="width: 8vh; height: 8vh;color:#6E4C00">
<span class="sr-only">Loading...</span>
</div>
</center>
<center style="width:100%">
<strong style="font-size:2rem">...Loading...</strong>
</center>
</div>
</div>
</app>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="Js/jquery.min.js"></script>
<script src="Js/bootstrap.min.js"></script>
<script src="Js/Site.js"></script>
<script src="Js/qrcode.js"></script>
<script src="Js/html5-qrcode.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script>navigator.serviceWorker.register('service-worker.js');</script>
</body>
</html>