14 lines
336 B
HTML
14 lines
336 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="refresh" content="0;url=https://barrettruth.com" />
|
|
<title>Redirecting...</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
If you are not redirected automatically,
|
|
<a href="https://barrettruth.com">click here</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|