mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
19 lines
374 B
HTML
Executable File
19 lines
374 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Cache Test</title>
|
|
<link rel="stylesheet" href="style1.css">
|
|
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
|
|
</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>
|