-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
106 lines (104 loc) · 4.62 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gen0, a crypto-collectibles and gaming studio</title>
<meta charset="utf-8" />
<meta itemprop="name" content="Gen0" />
<meta itemprop="description" content="Gen0 is a crypto-collectibles and games studio" />
<meta itemprop="image" content="https://gen0.io/assets/meta.png" />
<meta property="og:title" content="Gen0" />
<meta property="og:description" content="Gen0 is a crypto-collectibles and games studio" />
<meta property="og:image" content="https://gen0.io/assets/meta.png" />
<meta property="twitter:title" content="Gen0" />
<meta property="twitter:description" content="Gen0 is a crypto-collectibles and games studio" />
<meta property="twitter:image:src" content="https://gen0.io/assets/meta.png" />
<meta property="og:site_name" content="Gen0" />
<meta property="og:url" content="https://gen0.io/" />
<meta property="og:type" content="website" />
<meta property="twitter:site" content="@gen0_studios" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="https://gen0.io" />
<meta property="twitter:creator" content="Gen0" />
<meta name="description" content="Gen0 is a crypto-collectibles and games studio" />
<meta name="language" content="en" />
<meta name="keywords" content="gen0, genzero, crypto, collectibles, nft, non-fungible, solidity, tokens, ethereum, blockchain, startup, games, gaming, studio" />
<meta name="copyright" content="© 2018 GenZero" />
<meta name="generator" content="Gen0" />
<meta name="robots" content="all" />
<meta name="revisit-after" content="3 days" />
<meta name="coverage" content="worldwide" />
<meta name="distribution" content="global" />
<meta name="referrer" content="unsafe-url" />
<meta name="theme-color" content="#8025FA" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="pinterest-rich-pin" content="false" />
<meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1" />
<link rel="image_src" href="https://gen0.io/assets/meta.png" />
<link rel="icon" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="stylesheet" href="css/site.css" />
</head>
<body>
<div id="container">
<div id="viewport">
<div id="feature">
<div class="content">
<h1>
<img src="assets/logo.svg" alt="Gen0" title="Gen0" /> is a crypto-collectibles and games studio that creates simple and fun user experiences on the blockchain.
</h1>
</div>
</div>
</div>
<footer id="footer">
<div class="content flex">
<div id="footer--copyright" class="flex-col">
<p>© GenZero 2018</p>
</div>
<div id="footer--newsletter" class="flex-col">
<form action="#" method="post" target="_blank" novalidate>
<div style="position:absolute;left:-9999px;" aria-hidden="true">
<input type="text" name="b_TOREPLACE" tabindex="-1" value="">
</div>
<div class="flex">
<input type="email" value="" name="EMAIL" placeholder="Sign up for updates" required>
<input type="submit" value="Subscribe" name="subscribe" class="button">
</div>
</form>
</div>
<div id="footer--icons" class="flex-col">
<ul>
<li>
<a href="#" target="_blank" title="Telegram">
<svg><use xlink:href="assets/footer-icons.svg#icon-telegram" x="0" y="0"></use></svg>
</a>
</li>
<li>
<a href="#" target="_blank" title="Discord">
<svg><use xlink:href="assets/footer-icons.svg#icon-discord" x="0" y="0"></use></svg>
</a>
</li>
<li>
<a href="#" target="_blank" title="Twitter">
<svg><use xlink:href="assets/footer-icons.svg#icon-twitter" x="0" y="0"></use></svg>
</a>
</li>
<li>
<a href="#" target="_blank" title="Github">
<svg><use xlink:href="assets/footer-icons.svg#icon-github" x="0" y="0"></use></svg>
</a>
</li>
<li>
<a href="#" target="_blank" title="Medum">
<svg><use xlink:href="assets/footer-icons.svg#icon-medium" x="0" y="0"></use></svg>
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<script src="http://cdn.jsdelivr.net/mojs/latest/mo.min.js"></script>
<script type="text/javascript" src="js/site.js"></script>
</body>
</html>