mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-18 16:51:59 -04:00
change to tests
This commit is contained in:
Vendored
+17
-16
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user