-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 806 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<title>MLA</title>
<link rel="icon" type="image/svg" href="/favicon.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta
name="description"
content="A deep learning automatic manga reading and analysis system"
/>
<meta name="author" content="Nyx Iskandar" />
<meta property="og:title" content="MLA" />
<meta
property="og:description"
content="A deep learning automatic manga reading and analysis system"
/>
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>