1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
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 }}