summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/trivial-document.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/trivial-document.html b/html/trivial-document.html
new file mode 100644
index 0000000..1d1ccb6
--- /dev/null
+++ b/html/trivial-document.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial document</title>
+ </head>
+ <body>
+ <h1>Trivial document</h1>
+ <p>Hello!</p>
+ </body>
+</html>