Skip to content
Snippets Groups Projects
Select Git revision
  • 7944c8193c78037497ff8b3e28fda4facd19ed29
  • master default protected
  • hai
  • isaac
  • CheHao
  • Eldar
  • mpriymak
  • master-before-merging-with-hai
  • master-before-merging-with-isaac
  • rmi-working-before-merging-with-isaac
  • all-code-merged-by-hai-v1
11 results

DrawingController.java

Blame
  • Forked from Ho Dac Hai / COMP90015-DSAss2-InfinityMonkeys-remaster
    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>