-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (53 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<title>dillo</title>
<meta name="keywords" content="dillo, talk, discussion, open source, software, forum">
<meta name="description" content="your space to say">
<meta name="author" content="Armadillica">
<meta name="theme-color" content="#d36066">
<meta property="og:site_name" content="dillo">
<meta property="og:description" content="your space to say">
<meta property="og:image" content="http://dillo.space/dillogo.png">
<meta property="og:author" content="Armadillica">
<link href="dillo.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300' rel='stylesheet' type='text/css'>
</head>
<body>
<section class="container">
<a href="https://github.com/armadillica/dillo">
<img src="http://dillo.space/dillogo.png" class="dillogo" title="have your say"/>
</a>
<div class="dillinfo">
<span class="lead">
A free and open conversation platform.
</span>
<div class="cta">
<a href="https://github.com/armadillica/dillo" class="button">
GitHub
</a>
<a href="http://blender.today" class="button">
Demo
</a>
</div>
</div>
<div class="thedudes">
<a href="http://www.armadillica.com">
an armadillica production
</a>
</div>
</section>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-37082864-5', 'auto');
ga('send', 'pageview');
</script>
</html>