forked from y7kim/agency-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kredeum</title>
<meta name="description" content="The decentralized NFT platform" />
<link rel="canonical" href="https://www.kredeum.com/">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/front.css">
</head>
<body>
<main role="main">
<div class="discord column">
<a href="https://discord.gg/D7Zy4VBzYz" title="Discord Kredeum" target="_blank"><span>discord.gg/D7Zy4VBzYz</span></a>
</div>
<div class="logo">
<img src="assets/images/logo-kredeum.svg" alt="Logo Kredeum" />
<h1>Kredeum</h1>
</div>
<div class="mail column">
<a href="mailto:[email protected]" title="Nous contacter"><span>[email protected]</span></a>
</div>
</main>
<footer>Coming soon :D</footer>
</body>
</html>