forked from p2r3/convert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.83 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.83 KB
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
35
<!DOCTYPE html>
<html lang="en" style="color-scheme:dark;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#FF6B9D">
<meta name="color-scheme" content="dark">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="FCO.TOOLS">
<meta name="description" content="Offline-capable, all-in-one file converter. Images, video, audio, docs, archives.">
<link rel="manifest" href="/convert/manifest.json">
<link rel="icon" href="/convert/favicon.png" type="image/png">
<link rel="shortcut icon" href="/convert/favicon.png" type="image/png">
<script defer src="https://cloud.umami.is/script.js" data-website-id="5ad19322-f6db-4c83-969a-701dd0ae6f8d"></script>
<title>FCO.TOOLS</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; background: #07080F; color: #E8E8FF; color-scheme: dark; overflow: hidden; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#root { height: 100%; display: flex; flex-direction: column; }
input, button, select, textarea { font-family: inherit; color: inherit; background: transparent; border: none; outline: none; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #ffffff1a; border-radius: 2px; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="external/main.tsx"></script>
</body>
</html>