view theme/html/301.tmpl @ 1031:31c9d3b5007a

move templates and static files into a theme directory The two are very related so they should be stored in the same place. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 24 Jul 2020 14:21:47 -0400
parents templates/html/301.tmpl@2605f6c6d6d5
children
line wrap: on
line source

<html>
<head>
<title>301 Moved Permanently</title>
</head>
<body>
Moved permanently to <a href="{redirect}">{redirect}</a>.
</body>
</html>