summaryrefslogtreecommitdiff
path: root/html/ex1.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/ex1.html')
-rw-r--r--html/ex1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/ex1.html b/html/ex1.html
new file mode 100644
index 0000000..833f110
--- /dev/null
+++ b/html/ex1.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+ <h1>Hello!</h1>
+ <a href="/other-page">A link to another page</a>
+</body>
+</html>