-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
20 lines (20 loc) · 899 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<!--meta name="viewport" content="width=device-width, initial-scale=1.0" /-->
<meta name="color-scheme" content="dark">
<title>DX7II Librarian</title>
<meta property="og:url" content="https://bladesk.github.io/bladeSk/DX7II-Librarian">
<meta property="og:type" content="website">
<meta property="og:title" content="Yamaha DX7II Librarian">
<meta property="og:description" content="Manage DX7 carts in your browser. Supports enhanced DX7II voices and performances. Send/receive SysEx files via MIDI.">
<meta property="og:image" content="https://bladesk.github.io/DX7II-Librarian/og-image.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
%VITE_HTML_APPEND%
</body>
</html>