aboutsummaryrefslogtreecommitdiff
path: root/lib/webengine/test/sample.html
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-12-15 11:51:08 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-12-15 15:23:12 +0200
commite9c6cdefff00daffb8b07e72c47f8e8f845ba436 (patch)
treefeb3ec54de25fd2c41ccc6dc1d586642a84babf9 /lib/webengine/test/sample.html
parentCode cleanup (diff)
downloadsmolbote-e9c6cdefff00daffb8b07e72c47f8e8f845ba436.tar.xz
Move src/webengine to lib/webengine
Diffstat (limited to 'lib/webengine/test/sample.html')
-rw-r--r--lib/webengine/test/sample.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/webengine/test/sample.html b/lib/webengine/test/sample.html
new file mode 100644
index 0000000..54746d5
--- /dev/null
+++ b/lib/webengine/test/sample.html
@@ -0,0 +1,7 @@
+<html>
+<head><title>sample page</title></head>
+<body>
+ <h2><img src="icon.svg" />This is a sample page</h2>
+ <iframe width="100%" height="80%" src="form.html"></iframe>
+</body>
+</html>