mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-03-13 21:39:53 -05:00
16 lines
409 B
Cheetah
16 lines
409 B
Cheetah
{{define "error"}}
|
|
{{template "header"}}
|
|
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="card" style="width: 18rem;">
|
|
<div class="card-body">
|
|
<h2 class="card-title">Error</h2>
|
|
<p class="card-text">Sorry, this file cannot be found. Either the link has expired or it has been downloaded already.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "footer"}}
|
|
{{end}}
|