| <html> |
| <head> |
| <title>spatnav test page</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> |
| </head> |
| <body> |
| <p>static text</p> |
| <video controls></video><br> |
| <input id="text" type="text"><br> |
| <a id="a" href="https://google.com">link</a> |
| <form action="" method="get" class="form-example"> |
| <input type="text" name="name" id="name"></input> |
| <select name="season"> |
| <option value="1">Spring</option> |
| <option value="2">Summer</option> |
| <option value="3">Fall</option> |
| <option value="4">Winter</option> |
| </select> |
| <input type="submit" value="submit"></input> |
| </form> |
| </body> |
| </html> |