-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 831 Bytes
/
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>
<head>
<title>Space Shooter Game</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
!(function (t, r, m, a) {
t[m] =
t[m] ||
function () {
var a = t[m];
a.q = a.q || [];
a.q.push(arguments);
};
var n = r.getElementsByTagName("head")[0];
var e = r.createElement(a);
e.type = "text/javascript";
e.src = "https://cdn.somma.app/js/snippet.js";
e.async = 1;
n.appendChild(e);
})(window, document, "$somma", "script");
$somma("init", "966a901d-9cb4-4265-a87e-f805b7f5209d");
</script>
</head>
<body>
<input type="text" placeholder="name" class="name closed" />
</body>
</html>