-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.81 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
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" sizes="32x32" href="https://kaiwedekind.github.io/color-contrast-tensorflow/images/favicon.png">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="canonical" href="https://kaiwedekind.github.io/color-contrast-tensorflow/">
<meta property="og:title" content="Color Contrast Tensorflow">
<meta property="og:locale" content="en_US">
<meta name="description" content="A way to determine the highest contrast of a color">
<meta property="og:description" content="A way to determine the highest contrast of a color">
<meta property="og:url" content="https://kaiwedekind.github.io/color-contrast-tensorflow/">
<meta property="og:site_name" content="Color Contrast Tensorflow">
<meta property="og:image" content="https://kaiwedekind.github.io/color-contrast-tensorflow/images/square.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@kai_wedekind">
<meta name="twitter:creator" content="@kai_wedekind">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Color Contrast Tensorflow">
<title>Color Contrast - Tensorflow</title>
</head>
<body>
<input id="color-picker" type="color" value="#414FD6">
<section id="color-display">
<span>#</span>
<input id="color-code" type="text" maxlength="6">
</section>
<!--
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]"> </script>
-->
<script src="./js/[email protected]"></script>
<script src="./js/color-contrast.js"></script>
</body>
</html>