summaryrefslogtreecommitdiff
path: root/tests/hello.html
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2015-07-29 10:08:03 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2015-07-29 10:08:03 -0400
commit5fb4f6c39c6ced6da3fd4740fa276bbba35e28d4 (patch)
treed5cebb70cd418e00c38d094a94892f712faf94ec /tests/hello.html
parent8d606de7c6a5ddb5e57cb79eda0906e649df4a8e (diff)
Add a simple 'make test' target
Diffstat (limited to 'tests/hello.html')
-rw-r--r--tests/hello.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/hello.html b/tests/hello.html
new file mode 100644
index 00000000..9c249df0
--- /dev/null
+++ b/tests/hello.html
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<title>Hello world!</title>
+</head>
+<body>
+<h1>Hello world!</h1>
+</body>
+</html> \ No newline at end of file