mirror of
https://codeberg.org/vlw/nicecolor.js.git
synced 2025-09-13 23:53:41 +02:00
31 lines
No EOL
732 B
HTML
31 lines
No EOL
732 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div id="pattern" class="block flexCenter">
|
|
<div class="flexCenter">
|
|
<div class="birdplane"></div>
|
|
<div class="birdplane"></div>
|
|
</div>
|
|
</div>
|
|
<div id="controls" class="block flexCenter">
|
|
<div class="flexCenter">
|
|
<div id="text">
|
|
<h2>your nice color is</h2>
|
|
<h1 id="themeColor">#212121</h1>
|
|
<h2>refresh the page to generate a new one</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<script type="module" src="assets/js/script.js"></script>
|
|
</body>
|
|
</html> |