-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
30 lines (28 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ForestPoll - a simple strawpoll clone</title>
<link href="//fonts.googleapis.com/css?family=Montserrat:700|Catamaran" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css" rel="stylesheet">
<link href="assets/css/app.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
</head>
<body>
<header>
<i class="icon-check"></i>
<a href="/"><h1>ForestPoll</h1></a>
<p>
A simple strawpoll clone. Create your poll just here!
</p>
</header>
<main>
<p style="text-align: center;">
Demo is hosted at codebrauer.com: <a href="https://forrestpoll.codebrauer.com/">Demo</a>
</p>
</main>
<footer>Created in <a href="https://codebrauer.github.io/27daysofcode/">#27daysOfCode</a> by <a href="https://github.com/CodeBrauer/">@CodeBrauer</a></footer>
<script src="https://cdn.rawgit.com/CodeBrauer/ebf5d310e4703b1186e7384ca1e1405d/raw/c5c1e53a82ae8370979007f8db345870e1782b78/githubcorner.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-59784112-5', 'auto');ga('set', 'anonymizeIp', true);ga('send', 'pageview');</script>
</body>
</html>