change to tests

This commit is contained in:
Stian Lund
2024-08-27 16:39:18 +02:00
parent 6bf6da728f
commit 6430a0cbcf
4 changed files with 31 additions and 25 deletions
+17 -16
View File
@@ -1,16 +1,17 @@
<html>
<head>
<title>Cache Test</title>
</head>
<body>
<img width=400 height=225 src="vivaldi.jpg">
<form method="get" action="touch.php">
<p>
<input type="submit" value="Touch Image" alt="Touch Image">
</p>
</form>
</body>
</html>
<html>
<head>
<title>Cache Test</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<img width=400 height=225 src="vivaldi.jpg">
<form method="get" action="touch.php">
<p>
<input type="submit" value="Touch Image" alt="Touch Image">
</p>
</form>
</body>
</html>