mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
11 lines
222 B
HTML
11 lines
222 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="refresh" content="3" />
|
||
|
<meta http-equiv="cache-control" content="no-cache" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>Reload after 3 seconds.</p>
|
||
|
<p>This document should not be cached.</p>
|
||
|
</body>
|
||
|
</html>
|