Skip to content
Snippets Groups Projects
start.html 243 B
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html>
        <head>
            <title>{{ title }}</title>
        </head>
        <body>
            <h1>Hello World</h1>
            <form action="result" method="GET">
                <input type="text" name='rev'>
            </form>
        </body>
    </html>