Mercurial > urweb
diff tests/hello.html @ 2164:728aaeea12fd
Add a simple 'make test' target
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 29 Jul 2015 10:08:03 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/hello.html Wed Jul 29 10:08:03 2015 -0400 @@ -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