1
0
Fork 0
upl/web/upload-not-found.tmpl

9 lines
236 B
Cheetah

{{template "head.tmpl" "Dropbox Not Found"}}
<div class="upload-wrapper">
<div class="upload">
<h1>Dropbox Not Found</h1>
<p>The dropbox you are looking for doesn't exist or has expired.</p>
</div>
</div>
{{template "foot.tmpl"}}