morss/tests/samples/meta-redirect-abs.txt

9 lines
196 B
Plaintext
Raw Normal View History

2022-02-01 22:16:43 +00:00
HTTP/1.1 200 OK
content-type: text/html; charset=UTF-8
<!DOCTYPE html>
<html>
<head><meta http-equiv="refresh" content="2; url = /200-ok.txt" /></head>
<body>meta redirect</body>
</html>