Hugo Bilberry First commit to gitea@cowbay.org

This commit is contained in:
2018-11-09 16:23:58 +08:00
commit 16f4228909
1090 changed files with 399555 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url={{ .Params.link }}" />
<title>Redirecting...</title>
</head>
<body>
<p><a href="{{ .Params.link }}">Click here if you're not redirected.</a></p>
<script>
window.location = {{ .Params.link }}
</script>
</body>
</html>