-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (30 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en" style="overflow-x: hidden;">
<head>
<meta charset="UTF-8">
<meta name="build" content="%VITE_BUILD_TIME%">
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ZOIA/Euroburo Patch Explorer</title>
<meta name="title" content="ZOIA/Euroburo Patch Explorer">
<meta name="description" content="Explore ZOIA and Euroburo patches">
<meta name="keywords" content="ZOIA, Euroburo, patch, explorer, visualization, modular, synthesis, effects">
<meta property="og:type" content="website">
<meta property="og:url" content="https://darosh.github.io/zoian/">
<meta property="og:title" content="ZOIA/Euroburo Patch Explorer">
<meta property="og:description" content="Explore and visualize ZOIA and Euroburo patches">
<meta property="og:image" content="https://darosh.github.io/zoian/banner.png">
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://darosh.github.io/zoian/">
<meta property="twitter:title" content="ZOIA/Euroburo Patch Explorer">
<meta property="twitter:description" content="Explore and visualize ZOIA and Euroburo patches">
<meta property="twitter:image" content="https://darosh.github.io/zoian/banner.png">
<meta name="robots" content="index, follow">
<meta name="application-name" content="ZOIA/Euroburo Patch Explorer">
<link rel="author" href="/humans.txt">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>