Mercurial > urweb
comparison tests/hello.html @ 2246:4769b27aa436
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sun, 02 Aug 2015 18:26:44 -0700 |
parents | 728aaeea12fd |
children |
comparison
equal
deleted
inserted
replaced
2245:27899da8780b | 2246:4769b27aa436 |
---|---|
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> |