-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.58 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SELERA</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118198395-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118198395-1');
</script>
<link rel="shortcut icon" type="image/x-icon" href="assets/img/selera.png"/>
<link href="assets/deps/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link href="assets/deps/fontawesome/css/fontawesome-all.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
<script src="assets/deps/two/two.min.js"></script>
<script src="assets/js/logo.js"></script>
</head>
<body>
<div class="header">
<div class="logo">
<div id="animatedLogo"></div>
<div class="name">
Selera
</div>
</div>
<div class="tagline">The Cryptocurrency of the Future</div>
</div>
<footer class="footer">
<div class="info">
<a href="mailto:team@selera.org">
<i class="fas fa-envelope"></i> team@selera.org
</a>
</div>
</footer>
</body>
</html>