Skip to content
Snippets Groups Projects
Select Git revision
  • dff992d1e6b791d7e389e1e2449bbb87a55a554d
  • master default protected
2 results

6_endgame.html

Blame
  • 6_endgame.html 353 B
    <!DOCTYPE html>
    <html>
    <head>
    </head>
    <body>
    
    <h2>Thanks for playing. The game is completed.</h2>
    
    <p>Would you like to play it again?</p>
    
    <form method="GET">
        <input type="submit" class="button" name="start"  value="Start"/>
    </form>
    
    <form method="POST">
        <input type="submit" class="button" name="quit" value="Quit"/>
    </form>
    
    </body>
    </html>