diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 12:22:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 12:22:22 +0100 |
commit | 1932c998cac488d6ba27789fea56bcf3a554a35c (patch) | |
tree | 39304ac27f408d58095d07634fbba6520efd5d21 /t/next-none/5.xhtml | |
parent | e1e7a58aa6983261757affa1b146d6ce20742a69 (diff) |
Switch from Makefile to Build.PL
Diffstat (limited to 't/next-none/5.xhtml')
-rw-r--r-- | t/next-none/5.xhtml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/t/next-none/5.xhtml b/t/next-none/5.xhtml new file mode 100644 index 0000000..41012d9 --- /dev/null +++ b/t/next-none/5.xhtml @@ -0,0 +1,13 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> + <title></title> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> +</head> +<body> +<div> + <img src="5.jpg"/> +</div> +</body> +</html> |