diff options
Diffstat (limited to 'srv/src/api/tpl/redirect.html')
-rw-r--r-- | srv/src/api/tpl/redirect.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/srv/src/api/tpl/redirect.html b/srv/src/api/tpl/redirect.html deleted file mode 100644 index ed12a2e..0000000 --- a/srv/src/api/tpl/redirect.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="refresh" content="0; url='{{ BlogURL .Payload.Path }}'" /> - </head> - <body> - <p>Redirecting...</p> - </body> -</html> |