Removed old tests in preparation for redesign.

This commit is contained in:
Storm Dragon
2026-01-08 00:17:37 -05:00
parent 42bfacdd2c
commit 59484782c0
967 changed files with 0 additions and 93805 deletions

View File

@@ -1,17 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Access Keys</title>
</head>
<body>
<p>Line 1</p>
<a href="#main" accesskey="1"></a>
<div>
<a name="main"></a>
<h1>Form!</h1>
<form name="search" title="Search Website" action="search.php" method="post">
<label>Search: <input accesskey="2" type="text"></label>
<input type="submit" value="I feel frightened">
</form>
</div>
</body>