mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-05 07:58:57 +00:00
10 lines
228 B
HTML
10 lines
228 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title> This is a test page</title>
|
|
</head>
|
|
<body>
|
|
This is a simple xhtml page
|
|
<p><a href="area_nohref.xhtml">Click here</a> to go back to the previous page</p>
|
|
</body>
|
|
</html>
|