-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.51 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 lang="en" translate="no">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="manifest" href="./manifest.json">
<link rel="icon" type="image/png" href="robato-icon.png">
<meta name="google" content="notranslate">
<title>Robato</title>
<link rel="stylesheet" href="./style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C8148W98NY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C8148W98NY');
</script>
</head>
<body>
<div id="all">
<div id="container" height="676" width="390">
<img src="robato.png" alt="">
<div id="button"></div>
<iframe src="https://github.com/sponsors/GussRw/button" title="Sponsor GussRw" height="35" width="116" style="border: 0;"></iframe>
<div id="instructions">
<p>Tap: Por favor</p>
<p>Double tap: Gracias</p>
<p>Long pressed: Me llamo Roberto Robato</p>
</div>
</div>
</div>
<audio id="please" src="./audio/please.mp3"></audio>
<audio id="iam" src="./audio/iam.mp3"></audio>
<audio id="thanks" src="./audio/thanks.mp3"></audio>
<script src="script.js"></script>
</body>
</html>