-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
31 lines (23 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="IRO (iro/color) is a web-based application that has the main feature to find out the color of several color formats for example HEX, RGB, HSL, and CMYK." />
<meta name="theme-color" content="#212121" />
<meta property="og:title" content="IRO - Amazing Color Tools" />
<meta property="og:description" content="IRO (iro/color) is a web-based application that has the main feature to find out the color of several color formats for example HEX, RGB, HSL, and CMYK." />
<meta property="og:image" content="https://cloudflare-ipfs.com/ipfs/bafkreicoxie564ahwvq62ft4fdp2nvlwtytrsrl7w2ywmvytp6smtmeywi" />
<link rel="apple-touch-icon" href="/icons/icon-192x192.png">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link rel="preload" as="style" onload="this.rel='stylesheet'" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap">
<title>IRO - Amazing Color Tools</title>
<style>body{background-color: #212121;}</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>