-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Convert between frequency, pitch, period, wavelength and sample count" />
<meta name="og:title" content="Audiomath" />
<meta name="og:description" content="Convert between frequency, pitch, period, wavelength and sample count" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://peruibeloko.github.io/audiomath/" />
<meta name="og:image" content="https://cdn3.emoji.gg/emojis/8536-calculator.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@github" />
<meta name="twitter:creator" content="@dynmicdnb" />
<link rel="icon" href="https://cdn3.emoji.gg/emojis/8536-calculator.png" />
<title>Audiomath</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>