Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
istmeprincess authored Oct 18, 2021
1 parent 98d0f95 commit 6021022
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@
<meta name="author" content="princess">
<meta name="description" content="CandyRandomizer - a background randomizer website, that generate mixtures of sweetcolors for you...">
</head>
<body id="gradient" class="animateBg">
<div id="secondBack" class="animateBack"></div>
<h1>CandyRandomizer</h1>
<input class="color1" type="color" name="color1" value="#7158dc">
<input class="color2" type="color" name="color2" value="#FF6B34">
<div>
<button id="randomize">Randomize</button>
</div>
<h2>Current RabdomizedBg</h2>
<h3></h3>
<script type="text/javascript" src="animated_script.js"></script>
</body>
</html>

0 comments on commit 6021022

Please sign in to comment.