mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2024-04-21 12:31:40 +00:00
21 lines
547 B
HTML
21 lines
547 B
HTML
|
|
<link rel="stylesheet" href="/static/css/error.css" />
|
|
</head>
|
|
<body data-ma-header="teal">
|
|
|
|
<div class="container" align="center">
|
|
<header align="left">
|
|
<br>
|
|
<img src="/static/img/logo_s.png" style="width:192px;">
|
|
</header>
|
|
<div class="error_content" >
|
|
<div class="jumbotron animated bounce" style="padding-left:30px;">
|
|
<h1>发生错误</h1>
|
|
<br>
|
|
<p> {$msg}</p>
|
|
<p><a class="btn btn-primary btn-lg" onclick="history.go(-1);"><< 返回</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|