-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
19 lines (19 loc) · 862 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/src/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>A simple browser for the Expert Sleepers Disting Mk4 (fw 4.22)</title>
<meta property="og:title" content="Disting Mk 4 browser by StudioCode.dev">
<meta property="og:description" content="A simple browser for the Expert Sleepers Disting Mk4 (fw 4.22)">
<meta property="og:url" content="https://studiocode.dev/disting/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Disting Mk 4 browser by StudioCode.dev">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>