1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00
Files
pathduck.github.io/test/cache/index.html
2024-08-27 16:39:18 +02:00

18 lines
286 B
HTML
Executable File

<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>