1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/test/refresh+nocache.html

11 lines
222 B
HTML
Raw Normal View History

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