diff options
author | Marvin Borner | 2020-11-24 22:28:40 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-24 22:28:40 +0100 |
commit | 0bc77c8c0dbc1737e2909ff5a2d5e5af48b298f7 (patch) | |
tree | 106d144f4ac653f111d3942b4c30e9d67861982e /res | |
parent | 9257facb17bf74eb0eb1babfc59ff3549eb66242 (diff) |
Started HTML rendering
Diffstat (limited to 'res')
-rw-r--r-- | res/www/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/www/index.html b/res/www/index.html index 49e1b07..59e08fa 100644 --- a/res/www/index.html +++ b/res/www/index.html @@ -8,5 +8,6 @@ </head> <body> <h1>This is a test page.</h1> + <hr /> </body> </html> |