-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathheadphones.html
58 lines (53 loc) · 3.03 KB
/
headphones.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>
<!-- Meta Data -->
<title>Haruto's Graph Tool</title>
<meta property="og:site_name" content="graphtool.harutohiroki.com"/>
<meta property="og:title" content="Haruto's Graph Tool" />
<meta property="og:url" content="https://graphtool.harutohiroki.com/headphones"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="/assets/images/cropped.png"/>
<meta property="og:description" content="View and compare frequency response graphs for headphones."/>
<meta property="og:locale" content="en_US" />
<meta content="Haruto's Graph Tool" name="description" />
<link rel="icon" type="image/x-icon" href="assets/images/transparent.png">
<link rel="icon" type="image/png" href="assets/images/transparent.png">
<meta name="revisit-after" content="2 days">
<meta name="keywords" content="HarutoHiroki, Twitter, Developer, Github, Discord, IEMs, In Ear Monitors, Headphones">
<link rel="canonical" href="https://graphtool.harutohiroki.com/headphones"/>
<meta name="theme-color" content="#00FFD9">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"/>
<link rel="shortcut icon" type="image/png" href="assets/images/haruto.png"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-title" content="Haruto's Graph Tool"/>
<link rel="apple-touch-icon" href="assets/images/haruto.png"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<style type="text/css">body { opacity: 0.0; transition: opacity 0.1s ease-in; }</style>
<link rel="stylesheet" href="assets/css/extra.css">
<link rel="stylesheet" href="assets/css/reinvented-color-wheel.min.css">
<base target="_parent">
</head>
<body>
<div class="graphtool">
<noscript>Turn on Javascript</noscript>
</div>
<script src="assets/js/d3.v5.min.js"></script>
<script src="assets/js/d3-selection-multi.v1.min.js"></script>
<script src="assets/js/fuse.min.js"></script>
<script src="assets/js/reinvented-color-wheel.min.js"></script>
<script src="assets/js/config_hp.js"></script>
<script src="assets/js/translate_hp.js"></script>
<script src="assets/js/equalizer.js"></script>
<script src="assets/js/saveSvgAsPng.js"></script>
<script src="assets/js/graphtool.js"></script>
<script src="assets/js/90inclusion.js"></script>
<audio id="pinkNoiseAudio" preload="auto" loop>
<source src="assets/audio/pinknoise.wav" type="audio/wav">
</audio>
<audio id="scarletFIRE" preload="auto" loop>
<source src="assets/audio/Scarlet_Fire-Otis_McDonald.mp3" type="audio/mp3">
</audio>
</body>
</html>