source: tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/link/single.html @ 16971

Last change on this file since 16971 was 16971, checked in by Henrik Bettermann, 2 years ago
File size: 302 bytes
Line 
1<html>
2<head>
3    <meta http-equiv="refresh" content="0; url={{ .Params.link }}" />
4    <title>Redirecting...</title>
5</head>
6<body>
7    <p><a href="{{ .Params.link }}">Click here if you're not redirected.</a></p>
8    <script>
9        window.location = {{ .Params.link }}
10    </script>
11</body>
12</html>
Note: See TracBrowser for help on using the repository browser.