-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (26 loc) · 972 Bytes
/
index.html
File metadata and controls
31 lines (26 loc) · 972 Bytes
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 http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>SynthDAO</title>
</head>
<body>
<div class="responsive-bg">
<div class="inner">
<section class="logo">
<img src="./images/synthdao_logo.svg" />
</section>
<section class="buttons">
<a href="https://github.com/SynthDAO" id="view-on-github" class="button"><img src="./images/github.svg" /></a>
<a href="https://discord.gg/CfX6rdS" id="join-discord" class="button"><img src="./images/discord.png" /></a>
</section>
</div>
</div>
</body>
</html>