rclone/docs/layouts/404.html

5 lines
128 B
HTML

{{ define "main"}}
<h1>Page not found :-(</h1>
<a href="{{ "/" | relURL }}">Click here to return to the homepage</a>.
{{ end }}