-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (19 loc) · 821 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- info -->
<title>File Converter</title>
<meta name="description" content="Convert between video and image formats."/>
<link rel="canonical" href="https://heledron.com/tools/file-converter/"/>
<meta property="og:image" content="https://heledron.com/tools/file-converter/thumbnail.webp"/>
<meta name="author" content="Morgan"/>
<meta name="keywords" content="Heledron, Hadron, Cymaera, File, Converter, MP4, MOV"/>
<link rel="icon" href="/favicon.png" type="image/png"/>
<!-- scripts -->
<script type="module" src="./src/main.ts"></script>
</head>
<body class="bg-surface text-onSurface accent-primary-500">
</body>
</html>