-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
29 lines (23 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Soundshed - Guitar Tones & Jam</title>
<meta name="description" content="Soundshed is an app to control your guitar amp, browse and manage tones, jam with video backing tracks. Works with the Positive Grid Spark 40.">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval' 'unsafe-inline' https://www.youtube.com https://www.googletagmanager.com;" />
<base href="./">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WESF8F6XMJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-WESF8F6XMJ');
</script>
</head>
<body>
<div id="app"></div>
<script src="lib/webaudio-controls/webaudio-controls.min.js" async defer></script>
</body>
</html>