Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title> Relex, Destroyer of Worlds </title>
- <script type="text/javascript" src="RelejsIsABaws.js"> </script>
- <link href="RelecssIsTheBest.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" href="images/minesweeperIcon.png">
- </head>
- <body>
- <center>
- <select id="fieldSize">
- <option value="8"> Beginner 8x8 (10 mines) </option>
- <option value="9"> Beginner 9x9 (10 mines) </option>
- <option value="16"> Intermediate 16x16 (40 mines) </option>
- <option value="30"> Expert 30x16 (99 mines) </option>
- </select>
- <input type="button" value="Start a new game!" onclick="start();"/>
- </center>
- <br/><br/>
- <div id="content"></div>
- <center> <div id="minesweeper"></div> </center>
- <br/>
- <center> <img src="images/blank.png" id="smiley" width="200px" height="200px"/> </center>
- <br/><br/>
- <input type="button" value="Show all values" onclick="showAll();"/>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment