-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 922 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>KUNGGA</title>
<meta name="description" content="">
<meta name="keywords" content="kungga,ellipse,synergie">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="//fonts.googleapis.com/css?family=Ubuntu|Noto+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" media="all" href="kungga.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<h1>k<span class="un">un</span>g<span class="reverse">g</span>a</h1>
<p>Coming soon ...</p>
</header>
<p>Wanna know more? Contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<footer>© 2016 <a href="http://ellipse-synergie.com">Ellipse Synergie</a></footer>
</body>
</html>