diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ <!DOCTYPE html> <head> - <title></title> + <title>jaerri!</title> + + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> - + <form action="hello.php" method="get"> + <input type="submit" value="hello world"> + </form> </body>
\ No newline at end of file |
