-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (36 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Charlie Challenge</title>
<link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheet/main.css"></link>
<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-63515350-1', 'auto');
ga('send', 'pageview');
</script>
<script src="js/main.js"></script>
</head>
<body>
<img id="horizontalPen" class="background" src="https://cloud.githubusercontent.com/assets/6986361/7862333/84c010de-052b-11e5-81bf-c83e42ae9b00.png" border="0">
<img id="verticalPen" class="verticalPenStopped" src="https://cloud.githubusercontent.com/assets/6986361/7862333/84c010de-052b-11e5-81bf-c83e42ae9b00.png" border="0">
<span class='responseLabels' id='topLeftLabel'>Yes</span>
<span class='responseLabels' id='bottomRightLabel'>Yes</span>
<span class='responseLabels' id='topRightLabel'>No</span>
<span class='responseLabels' id='bottomLeftLabel'>No</span>
<div id='footer'>
<a class='tooltip' href="#" title='Allow microphone recognition!
Begin with: "Charlie, Charlie can we play?".
Than ask anything beggining with his name.
At the end, always say:"Charlie, Charlie can we stop?"'>
<span title="More"><h2>How to Play</h2></span>
</a>
<a href='http://facebook.com/iagocaldeira' class='tooltip' title='Quem falar que é gambiarra leva voadeira!'><pre><> with <3 by: Iago Caldeira</pre></a>
<a href='https://github.com/iagocaldeira/charlie'>Github</a>
</div>
</body>
</html>