diff options
Diffstat (limited to 'htdocs/dev/tests/xhtml-mp-1_2.xhtml')
-rw-r--r-- | htdocs/dev/tests/xhtml-mp-1_2.xhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml-mp-1_2.xhtml b/htdocs/dev/tests/xhtml-mp-1_2.xhtml new file mode 100644 index 0000000..6c038df --- /dev/null +++ b/htdocs/dev/tests/xhtml-mp-1_2.xhtml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" + "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd"> +<html> +<head> + <title>Plain Text</title> +</head> +<body> +<p> +This is<br/> +A simple sample of XHTML MP</p> +<div style="text-align:right">Hello, world</div> +</body> +</html> |