-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (57 loc) · 3 KB
/
index.html
File metadata and controls
62 lines (57 loc) · 3 KB
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
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>BPM Techno - Free Online Real-Time BPM Counter for DJ</title>
<meta
name="description"
content="Produce some beats using any player, launchpad, keyboard, and mix them live with another track easily and precisely using this free online real-time BPM counter"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Saira:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
href="/images/icons/icon-192x192.png"
/>
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" href="/favicon.ico" />
<meta name="theme-color" content="#0d4c73" />
<meta property="og:url" content="https://bpmtech.no" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="BPM Techno - Free Online Real-Time BPM Counter for DJ"
/>
<meta
property="og:description"
content="Produce some beats using any player, launchpad, keyboard, and mix them live with another track easily and precisely using this free online real-time BPM counter"
/>
<meta property="og:image" content="https://bpmtech.no/images/social.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="bpmtech.no" />
<meta property="twitter:url" content="https://bpmtech.no" />
<meta
name="twitter:title"
content="BPM Techno - Free Online Real-Time BPM Counter for DJ"
/>
<meta
name="twitter:description"
content="Produce some beats using any player, launchpad, keyboard, and mix them live with another track easily and precisely using this free online real-time BPM counter"
/>
<meta name="twitter:image" content="https://bpmtech.no/images/social.png" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Timing Info for ServiceWorker static routing API: Chrome, Edge -->
<meta http-equiv="origin-trial" content="Av/10xZqHkSWfsTRboWq/GFjUR3QdATIasNdNONV4euNas7aGhtOQ9eDm2zCq8EOD8HyIKUvi/2b8AbbP9KEDAAAAAB6eyJvcmlnaW4iOiJodHRwczovL2JwbXRlY2gubm86NDQzIiwiZmVhdHVyZSI6IlNlcnZpY2VXb3JrZXJTdGF0aWNSb3V0ZXJUaW1pbmdJbmZvIiwiZXhwaXJ5IjoxNzUzMTQyNDAwLCJpc1N1YmRvbWFpbiI6dHJ1ZX0=" />
<meta http-equiv="origin-trial" content="A7xunDPfxok2/gnMamOqv2/yMz2Y0gotzgqtThGwz49xPLZxE764XCjs4WMFWqstAz8Kd8sjjXCLq+DdBXQQOz4AAAB6eyJvcmlnaW4iOiJodHRwczovL2JwbXRlY2gubm86NDQzIiwiZmVhdHVyZSI6IlNlcnZpY2VXb3JrZXJTdGF0aWNSb3V0ZXJUaW1pbmdJbmZvIiwiZXhwaXJ5IjoxNzM3MjAxODA3LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=" />
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>