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

image_tagger

Blame
  • 1_intro.html 450 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;">
    
    <p>Welcome to the image tagging game. Please enter your name below.</p>
    
    <form method="POST">
        Name: <input type="text" name="user" />
        <input type="submit" class="button"  />
    </form>
    
    </body>
    
    </html>