-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (39 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>You have a pen✏️🍍🍎</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@tgfjt">
<meta name="twitter:creator" content="@tgfjt">
<meta property="og:url" content="https://tgfjt.github.io/you-have-a-pen">
<meta property="og:title" content="You have a pen✏️🍍🍎">
<meta property="og:description" content="A puzzle game.">
<meta property="og:image" content="https://tgfjt.github.io/you-have-a-pen/share.png">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" width="41" height="41" style="display:none">
<symbol id="volume" viewBox="58.75 27.375 41 41"><title>volume</title>
<path fill="none" d="M0 0h70.75v57.75H0z"/>
<path fill="#7ecbcf" stroke="#7ecbcf" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" d="M81.963 66.076L67.998 53.792h-6.499V42.526h6.499l13.965-12.45z"/>
<path fill="none" stroke="#7ecbcf" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" d="M87.357 58.07c5.434-5.248 5.584-13.891.337-19.325M91.354 61.8c7.717-7.453 7.932-19.729.479-27.446"/>
</symbol>
<symbol id="mute" viewBox="58.75 27.375 41 41"><title>mute</title>
<path fill="none" d="M0 0h70.75v57.75H0z"/>
<path fill="#ccc" stroke="#ccc" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" d="M81.963 58.544v7.532L67.998 53.792h-6.499V42.526h5.081zM71.297 39.585l10.666-9.509v20.419"/>
<path fill="none" stroke="#ccc" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" d="M63 30.875l32.625 34.25"/>
</symbol>
</svg>
<script src="app.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-65207542-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>