-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.77 KB
/
index.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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116281228-1"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/css/bootstrap.min.css" integrity="sha384-DhY6onE6f3zzKbjUPRc2hOzGAdEf4/Dz+WJwBvEYL/lkkIsI3ihufq9hk9K4lVoK" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="custom.css" />
<title>solidsharp</title>
</head>
<body class="d-flex h-100 text-center border-top">
<div class="d-flex w-100 h-100 p-3 text-white mx-auto flex-column" style="max-width:48rem;">
<header class="mb-auto">
<div class="animate__animated animate__zoomInDown">
<img class="my-5 filter-green" src="solidsharp_1.svg" width="300">
</div>
</header>
<main class="px-3 text-white">
<h1 class="display-5 my-5 animate__animated animate__zoomInUp animate__delay-1s">Now that you're here, we suggest you visit <a class="link-light" href="https://daonex.org">DAONEX</a></h1>
</main>
<footer class="mt-auto mx-4 lead mb-4 animate__animated animate__zoomIn animate__delay-2s">
<p>solidsharp has done its job. please do not hesitate to visit <a class="link-light" href="https://daonex.org">DAONEX</a> we will be happy to see you</p>
</footer>
</div>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-116281228-1');
</script>
</body>
</html>