summaryrefslogtreecommitdiff
path: root/got/deleted.got
blob: b1aa645b1e5dddf6977726d70f6bfb218d590dd0 (plain)
1
2
3
4
5
6
<!-- -*- Mode: HTML -*- -->
<h1>Deleted: {{.path | html}}</h1>
<p>File has successfully been deleted.</p>
<script>
window.location += "/.."
</script>