zioinfo-mail/workspace/zioinfo-esn/esn/target/classes/templates/error500.html
DESKTOP-TKLFCPR\ython 371f77e7ab
Some checks failed
GUARDiA CI / Python Lint & Import Test (push) Has been cancelled
GUARDiA CI / Validate Install Scripts (push) Has been cancelled
GUARDiA CI / PR Validation Summary (push) Has been cancelled
fix(enhance-v4): APK QR 버그 수정 + 웹메일 라우터 수정
2026-06-02 20:23:55 +09:00

73 lines
2.4 KiB
HTML

<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator="layout/public">
<head>
<title>ERROR</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<div layout:fragment="content">
<!-- Error -->
<div class="container-fluid" >
<div class="row">
<div class="col text-center">
<br class="d-none d-lg-block" />
<div class="row vertical-offset-150" >
<div class="col d-none d-block "> </div>
<div class="col text-center bg-white rounded login-border-shadow " >
<div class="alert text-white " role="alert" style="background-color: #4B4E5E;;margin-top:15px;margin-bottom:15px">
<div class="row " style=" margin-top:10px;margin-bottom:20px">
<div class="col-md-3 col-md-push-9 " >
<div class="" >
<svg width="190px" height="100px" class="not-found">
<defs>
<linearGradient id="text" x1="0" y1="0" x2="0" y2="100%">
<stop stop-color="#feb415" offset="0" />
<stop stop-color="#feb415" offset="100%" />
</linearGradient>
</defs>
<text transform='translate(10)' text-anchor="middle"
x="50%" y="50%" dy="50px" fill="url(#text)">
ERROR
</text>
</svg>
</div>
</div>
<div class="col-md-9 col-md-pull-3" >
<div class="justify-content-center " style="margin-left:70px;margin-top:30px">
<div class="justify-content-center ">
<br /> <span th:text="#{msg.info.internal.error}"></span>
</div>
<div class="justify-content-center ">
<P th:text="#{msg.info.check.try.again}"></P>
</div>
<div class="justify-content-center vertical-offset-50" >
<a href="/" th:href="@{/}" class="btn btn-outline-warning "
style="width: 200px; color: #ffffff; border: 1px solid #ffffff">
<i class="fas fa-home"></i>&nbsp;&nbsp;<span th:text="#{go.back.main}"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col d-none d-block"></div>
</div>
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div>
</html>