summaryrefslogtreecommitdiff
path: root/COLORGAME.html
diff options
context:
space:
mode:
authorBakedSnake <gilferrandm@gmail.com>2021-02-27 13:17:21 +0100
committerBakedSnake <gilferrandm@gmail.com>2021-02-27 13:17:21 +0100
commit7dc8dec605b21a3a8a6db3e5f15c9fab2666c80f (patch)
tree61a202accfd510e59ee261443bd9dec596e3ea0c /COLORGAME.html
initial commitHEADmaster
Diffstat (limited to 'COLORGAME.html')
-rw-r--r--COLORGAME.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/COLORGAME.html b/COLORGAME.html
new file mode 100644
index 0000000..7630401
--- /dev/null
+++ b/COLORGAME.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Color Game</title>
+ <link rel="stylesheet" type="text/css" href="COLORGAME.css">
+ </head>
+ <body>
+ <h1>The Great
+ <br>
+ <span id="colorDisplay">RGB</span>
+ <br>
+ Color Game</h1>
+ <div id="stripe">
+ <button id="reset">New Colors</button>
+ <span id="message"></span>
+ <button class="mode">Easy</button>
+ <button class="mode selected" id="hardBtn">Hard</button>
+ </div>
+ <div id="container">
+ <div class="square"></div>
+ <div class="square"></div>
+ <div class="square"></div>
+ <div class="square"></div>
+ <div class="square"></div>
+ <div class="square"></div>
+ </div>
+
+ <script type="text/javascript" src="COLORGAME.js"></script>
+ </body>
+</html> \ No newline at end of file