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

authorized_keys

Blame
  • 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>