Remove files that should be ignored based on .gitignore

This commit is contained in:
Storm Dragon
2024-10-17 16:28:08 -04:00
parent 3278dd8a6c
commit 9569c50a0b
1448 changed files with 0 additions and 1537952 deletions

View File

@ -1,16 +0,0 @@
<html>
<head>
<title>Image links Test</title>
</head>
<body>
<p>We don't want to get stuck on images that are also links.</p>
<a href="whatever.html">Here's a link
<br><img src="bar.gif" alt="" border="0" height="5" width="1">
</a>
<br>
<a href="blah.html">Here's another
<br><img src="foo.gif" alt="" border="0" height="5" width="1">
</a>
<p>Why do pages get marked up this way???</p>
</body>
</html>