2015-08-30 01:45:56 +09:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="ui container center">
|
2015-12-08 07:30:52 +09:00
|
|
|
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/404.png" alt="404"/></p>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
<br>
|
|
|
|
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
|
2014-03-23 14:12:55 +09:00
|
|
|
</div>
|
2015-08-30 01:45:56 +09:00
|
|
|
{{template "base/footer" .}}
|