2023-04-29 22:10:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="refresh" content="0; url={{ config.site.landing }}">
|
2023-04-30 04:52:29 +00:00
|
|
|
<title>{{ config.site.title }}</title>
|
2023-04-29 22:10:05 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>You are being redirected to <a href="{{ config.site.landing }}">{{ config.site.landing }}</a></p>
|
|
|
|
</body>
|
|
|
|
</html>
|