nicecolor.js/demo/index.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>