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

randomPlayer.py

Blame
  • Forked from Xiaofei Wang / AZULSimu
    Source project has a limited visibility.
    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>