This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/vendor/gems/hpricot-0.6/test/files/basic.xhtml
2008-03-02 20:11:56 -03:00

18 lines
695 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Sample XHTML</title>
<link rel='stylesheet' href='test1.css' />
<link rel='stylesheet' href='test2.css' />
<link rel='stylesheet' href='test3.css' />
</head>
<body id='body1'>
<p>Sample XHTML for <a id="link1" href="http://code.whytheluckystiff.net/mouseHole/">MouseHole 2</a>.</p>
<p class='ohmy'>Please filter <a id="link2" href="http://hobix.com/">me</a>!</p>
<p>The third paragraph</p>
<p class="last final"><b>THE FINAL PARAGRAPH</b></p>
</body>
</html>