- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
29 lines
786 B
HTML
29 lines
786 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>whatcolorisit</title>
|
|
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
|
|
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
|
|
|
|
<link href="css/style.css" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:300" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<main class="main">
|
|
<h1 id="time"></h1>
|
|
<h2 id="color"></h2>
|
|
<h3 id="rgbcolor"></h3>
|
|
<h3 id="xycolor"></h3>
|
|
<h3 id="hslcolor"></h3>
|
|
<h3 id="hsvcolor"></h3>
|
|
<h3 id="cmykcolor"></h3>
|
|
</main>
|
|
|
|
<script src="js/whatcolorisit.js"></script>
|
|
</body>
|
|
</html>
|