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
commit935d293383bbadde9d8c3adaa2081e14a885472b (patch)
treed5cebb70cd418e00c38d094a94892f712faf94ec /tests/hello.html
parentc6e4d352f01eff2ddcdcc53c0f2a14666c2af8b2 (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