diff options
author | Clyhtsuriva Synck <clyhtsuriva> | 2020-03-01 14:18:05 +0100 |
---|---|---|
committer | Clyhtsuriva Synck <clyhtsuriva> | 2020-03-01 14:18:05 +0100 |
commit | 06ad4b73d54beb6f81d0b43d49f2a0701c87fcfb (patch) | |
tree | add0a5ceebaa19dcecd7240b661cd8ee96cb47c9 /web/test.html | |
parent | 5071a27336700e4267325c038042565885ec6518 (diff) |
web update
Diffstat (limited to 'web/test.html')
-rw-r--r-- | web/test.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/test.html b/web/test.html new file mode 100644 index 0000000..b789672 --- /dev/null +++ b/web/test.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test</title> + <meta charset="UTF-8"> + </head> + <body>This is a test page</body> +</html> |