-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (50 loc) · 2.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>Jays Audio</title>
<link rel="canonical" href="https://JaysAudio.github.io/"/>
<meta name="description" content="Compare hundreds of frequency response graphs between IEMs."/>
<meta property="og:title" content="Jays Audio"/>
<meta property="og:description" content="Compare hundreds of frequency response graphs between IEMs."/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://JaysAudio.github.io/"/>
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<style type="text/css">body { opacity: 0.0; transition: opacity 0.1s ease-in; }</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"/>
<base target="_parent">
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-title" content="Jays Audio"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#BA9B65">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<link rel="manifest" href="/site.webmanifest">
<link rel="preconnect" href="https://d3js.org"/>
<!-- Google Tag Manager (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PBQESZC8V4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PBQESZC8V4');
</script>
</head>
<body>
<div class="graphtool">
<noscript>Turn on Javascript</noscript>
</div>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://d3js.org/d3-selection-multi.v1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.4.4/fuse.min.js"></script>
<script src="config_vividici.js"></script>
<script src="equalizer.js"></script>
<script src="saveSvgAsPng.js"></script>
<script src="graphtool.js"></script>
<script src="graphAnalytics.js"></script>
</body>
</html>