rclone/docs/layouts/404.html

5 lines
128 B
HTML
Raw Normal View History

2017-09-19 13:26:06 +02:00
{{ define "main"}}
<h1>Page not found :-(</h1>
<a href="{{ "/" | relURL }}">Click here to return to the homepage</a>.
2017-09-19 13:26:06 +02:00
{{ end }}