49 lines
1.2 KiB
Smarty
Executable File
49 lines
1.2 KiB
Smarty
Executable File
{include file='header.tpl'}
|
|
|
|
<style>
|
|
.empty-header {
|
|
width: 100%;
|
|
line-height: 100px;
|
|
}
|
|
.empty {
|
|
/* width: 100%;
|
|
background-color: red; */
|
|
}
|
|
|
|
.container-tight {
|
|
max-width:none;
|
|
}
|
|
|
|
.my-auto {
|
|
|
|
}
|
|
|
|
.page {
|
|
margin-top: 30px;
|
|
}
|
|
</style>
|
|
|
|
<body class="border-top-wide border-primary d-flex flex-column">
|
|
<div class="page page-center">
|
|
<div class="container-tight">
|
|
<div class="empty">
|
|
<div class="empty-header"><a href='/doc/windows'>windows端</a></div>
|
|
<div class="empty-header"><a href='/doc/mac'>mac端</a></div>
|
|
<div class="empty-header"><a href='/doc/android'>android端</a></div>
|
|
<div class="empty-header"><a href='/doc/ios'>ios端</a></div>
|
|
<!-- <p class="empty-title">服务器内部错误</p>
|
|
<p class="empty-subtitle text-secondary">
|
|
Take me home, country roads, to the place, I belong... Oh wait the server is down.
|
|
</p>
|
|
<div class="empty-action">
|
|
<a href="/" class="btn btn-primary">
|
|
<i class="icon ti ti-chevron-left"></i>
|
|
返回主页
|
|
</a>
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{include file='footer.tpl'}
|