Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
2163:598a5f781d39 | 2164:728aaeea12fd |
---|---|
1 <?xml version="1.0" encoding="utf-8" ?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 <head> | |
5 <title>Hello world!</title> | |
6 </head> | |
7 <body> | |
8 <h1>Hello world!</h1> | |
9 </body> | |
10 </html> |