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

#2_start.html#

Blame
  • user avatar
    yongk1 authored
    8c8c4dd8
    History
    #2_start.html# 452 B
    <!DOCTYPE html>
    <html>
    <head>
    </head>
    <body>
    
    <h2>Image Tagger Game</h2>
    
    <img src="https://swift.rc.nectar.org.au/v1/AUTH_eab314456b624071ac5aecd721b977f0/comp30023-project/image-3.jpg" alt="HTML5 Icon" style="width:700px;height:400px;">
    
    <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>