-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (56 loc) · 1.93 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
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
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>R0Wi - coming soon</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body id="top" class="ss-preload theme-static">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-fade">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- intro
================================================== -->
<section id="intro" class="s-intro">
<div class="s-intro__bg"></div>
<header class="s-intro__header">
</header> <!-- s-intro__header -->
<div class="row s-intro__content">
<div class="column">
<div class="text-pretitle">
This is <b>R0Wi</b>, nice to meet you.
</div>
<h1 class="text-huge-title">
This page will be <br>
coming soon. <br>
Stay tuned.
</h1>
</div>
</div> <!-- s-intro__content -->
</section> <!-- end s-intro -->
<!-- hidden element
================================================== -->
<div id="hidden" aria-hidden="true" style="opacity: 0;"></div>
<footer>
<div class="ss-copyright">
<span>© Copyright Knox 2021</span>
<span>Design by <a href="https://www.styleshout.com/">StyleShout</a></span>
</div>
</footer>
</body>
</html>