Guest User

Untitled

a guest
Jan 21st, 2013
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.12 KB | None | 0 0
  1. <html>
  2.     <head>     
  3.         <title> Relex, Destroyer of Worlds </title>
  4.    
  5.         <script type="text/javascript" src="RelejsIsABaws.js"> </script>
  6.    
  7.         <link href="RelecssIsTheBest.css" rel="stylesheet" type="text/css">
  8.        
  9.         <link rel="icon" type="image/png" href="images/minesweeperIcon.png">
  10.     </head>
  11.  <body>
  12.         <center>
  13.             <select id="fieldSize">
  14.                 <option value="8"> Beginner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8x8 &nbsp;&nbsp;(10 mines) </option>
  15.                 <option value="9"> Beginner&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9x9 &nbsp;&nbsp;(10 mines) </option>
  16.                 <option value="16"> Intermediate 16x16 (40 mines) </option>
  17.                 <option value="30"> Expert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;30x16 (99 mines) </option>
  18.             </select>
  19.            
  20.             <input type="button" value="Start a new game!" onclick="start();"/>
  21.         </center>
  22.     <br/><br/>
  23.    
  24.     <div id="content"></div>
  25.     <center> <div id="minesweeper"></div> </center>
  26.    
  27.     <br/>
  28.     <center> <img src="images/blank.png" id="smiley" width="200px" height="200px"/> </center>
  29.     <br/><br/>
  30.     <input type="button" value="Show all values" onclick="showAll();"/>
  31.  </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment