new template to provide HTTP redirect for API pages

This commit is contained in:
Pete Lumbis 2022-09-13 17:36:11 -04:00
parent 31a2b15c53
commit 8dd2e4d2a5
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html><html>
<head>
<title>Redirect</title>
<link rel="canonical" href="{{ .dest }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0; url={{ .dest }}" />
</head>
</html>