-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 817 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 817 Bytes
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/svg+xml" href="/vite.svg" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap"
/>
<title>Multimedia Explorer</title>
</head>
<body>
<div id="root"></div>
<!-- <script type="text/javascript" src="https://raw.githubusercontent.com/strukturag/libde265.js/master/lib/libde265.js"></script> -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>