summaryrefslogtreecommitdiff
path: root/yahtzee.php
diff options
context:
space:
mode:
Diffstat (limited to 'yahtzee.php')
-rw-r--r--yahtzee.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/yahtzee.php b/yahtzee.php
new file mode 100644
index 0000000..ee5a385
--- /dev/null
+++ b/yahtzee.php
@@ -0,0 +1,28 @@
+<?php
+ include 'scripts.php';
+?>
+
+<html>
+ <head>
+ <title>Yahtzee</title>
+ <link rel='stylesheet' href='yahtzee.css'/>
+ </head>
+
+ <body>
+ <h1>
+ <?=make_head('Welcome to Yahtzee')?>
+ </h1>
+
+ <a href='mode_select.php'>
+ <div class='selector readybox'>
+ Click Here if You Already Know How to Play
+ </div>
+ </a>
+
+ <a href='instructions.php'>
+ <div class='selector helpbox'>
+ Click Here to Learn How to Play
+ </div>
+ </a>
+ </body>
+</html> \ No newline at end of file