summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-21 07:34:09 +0000
committerLars Wirzenius <liw@liw.fi>2020-04-21 07:34:09 +0000
commitd0e57c189ff5f25092acb641a3c7c172f0c93e52 (patch)
tree761e220f85bfa43e0dc65dcbae639d5814eab6bb
parentb96bac3ce6d44652206f2d0dc2bc1dd8ec7e20e6 (diff)
downloadideas-d0e57c189ff5f25092acb641a3c7c172f0c93e52.tar.gz
test
-rw-r--r--test.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..554098f
--- /dev/null
+++ b/test.html
@@ -0,0 +1,10 @@
+<doctype html>
+<html>
+ <head>
+ <title>Test</title>
+ </head>
+ <body>
+ <h1>Title</h1>
+ <p>This is a test.</p>
+ </body>
+</html>