source: test-collections/trunk/filename-encodings/import/1ASCIIfiles/AsciiFile1.html@ 23326

Last change on this file since 23326 was 23326, checked in by davidb, 13 years ago

Initial set of files to test filename encodings. Needs windows files to be added to the set.

File size: 451 bytes
Line 
1<html>
2<head>
3<title>ASCII file with link</title>
4</head>
5<body>
6This is my ASCII file with some sample text. It's necessary to check that the links are still working, because an ASCII file (ASCII filename) is the base case for which the HTMLPlugin should still work properly after the changes made to replace_href_links.
7
8<a href="SecondASCIIfile.html">Here's a sample link to another ASCII text file</a><br />
9<img src="Tiger.jpg" />
10</body>
11</html>
Note: See TracBrowser for help on using the repository browser.