-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Convertbomb - convert images quick</title>
<meta
name="description"
content="Convert images quickly and privately using our online converter. It's all done locally for ultimate privacy."
/>
<meta name="keywords" content="convert, image, converter, convertbomb" />
</head>
<body>
<noscript
style="
background-color: black;
position: absolute;
inset: 0;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
sans-serif;
font-size: calc(10px + 2vmin);
"
>You need to enable JavaScript to run this app.</noscript
>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>