20 lines
No EOL
670 B
HTML
20 lines
No EOL
670 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Random Color Generator</title>
|
|
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div id="offscreenalert">Copied to clipboard!</div>
|
|
<button id="colorButton">Get Random Color</button>
|
|
<p>Press the hexadecimal to copy the color!</p>
|
|
<div id="main" class="main">
|
|
<div id="fullColor">Press the button to get a color!</div>
|
|
</div>
|
|
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html> |