47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="robots" content="index,follow">
|
|
<meta name="googlebot" content="index,follow">
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta http-equiv="x-dns-prefetch-control" content="off">
|
|
|
|
<meta name="google" content="notranslate">
|
|
<meta name="google" content="nositelinkssearchbox">
|
|
|
|
<meta name="rating" content="General">
|
|
|
|
|
|
<meta name="subject" content="CSS color conversion tool">
|
|
<meta name="description" content="Convert colors in a batch among HSL(a), RGB(a), and Hex">
|
|
|
|
<title>Batch Color Converter</title>
|
|
|
|
<!-- Privacy -->
|
|
<meta name="twitter:dnt" content="on">
|
|
|
|
<!-- analytics -->
|
|
<!-- none -->
|
|
|
|
<!-- Font preloads (should be done for each font file) -->
|
|
<!-- Open Sans license: fonts/OpenSans/LICENSE.txt -->
|
|
<link href="fonts/OpenSans/OpenSans-Regular.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link href="fonts/OpenSans/OpenSans-Bold.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<!-- Open Sans license: fonts/Ubuntu/UFL.txt -->
|
|
<link href="fonts/Ubuntu/Ubuntu-Regular.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link href="fonts/Ubuntu/Ubuntu-Bold.woff2" rel="preload" as="font" type="font/woff2" crossorigin="anonymous">
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
</head>
|
|
<body class="font-open-sans antialiased bg-zinc-50 dark:bg-slate-900">
|
|
<div id="app" class="min-h-screen">
|
|
<!-- -->
|
|
</div>
|
|
<!-- END OF LINE. -->
|
|
</body>
|
|
</html>
|