# 404-solution/trunk/includes/html/metaRefresh.html

404 Solution, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/metaRefresh.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/metaRefresh.html
- Modified: 2026-03-24T19:50:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/metaRefresh.html#L10-L20`.

```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="{delay};url={url}">
<title>{title}</title>
</head>
<body>
<p>{message} <a href="{url}">{url}</a></p>
</body>
</html>

```
