-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 877 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="./favicon.ico">
<link rel="icon" type="image/vnd.microsoft.icon" href="./favicon.ico">
<title>Pattern Chainer for Roland SH-4d</title>
</head>
<body>
<div class="container py-4 px-3 mx-auto">
<div class="position-relative py-3">
<h1 class="position-absolute top-0 start-0 fs-2">Pattern Chainer for Roland SH-4d</h1>
<a href="https://github.com/h1romas4/sh4d-chain">
<i class="position-absolute top-0 end-0 bi bi-github fs-4 text-white text-right"></i>
</a>
</div>
<div id="app" class="mt-5"></div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
</html>