Skip to content
Snippets Groups Projects
Select Git revision
  • 29802a87888a9d341643886e18fc39fa58e57bd2
  • master default protected
2 results

README.md

Blame
  • Forked from Tim Miller / SWEN90006-A1-2018
    Source project has a limited visibility.
    5_discarded.html 624 B
    <!DOCTYPE html>
    <html>
    <head>
    </head>
    <body>
    
    <h2>Keyword Discarded. The other player is not ready yet.</h2>
    
    <img src="https://swift.rc.nectar.org.au/v1/AUTH_eab314456b624071ac5aecd721b977f0/comp30023-project/image-2.jpg"  alt="HTML5 Icon" style="width:700px;height:400px;">
    
    <p>Rule: Try to guess the above image by typing a keyword which describes it:</p>
    
    <form method="POST">
        Keyword: <input type="text" name="keyword" />
        <input type="submit" class="button" name="guess" value="Guess" />
    </form>
    
    <form method="POST">
        <input type="submit" class="button" name="quit" value="Quit"/>
    </form>
    
    </body>
    </html>