-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.12 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet/stylesheet.css">
<link rel="stylesheet" type="text/css" href="stylesheet/fontello.css">
<!--[if lt IE 9]><script src="javascript/html5shiv.js" /></script><![endif]-->
<script src="javascript/ki.min.js"></script>
<script src="javascript/decode.js"></script>
<title>#C0L0RC0DE</title>
</head>
<body>
<header>
#C0L0RC0DE
</header>
<section class="ask">
<input id="input" placeholder="put your code here" type="text" autofocus>
<div class="tags">
<div id="tag-hex" class="tag">HEX</div>
<div id="tag-rgb" class="tag">RGB</div>
<div id="tag-rgba" class="tag">RGBA</div>
<div id="tag-color" class="tag">COLOR NAME</div>
</div>
</section>
<section class="results">
<div id="hex" class="result">#</div>
<div id="rgb" class="result">rgb(,,)</div>
<div id="rgba" class="result">rgba(,,,)</div>
</section>
</body>
</html>