Skip to content

Commit 60d94c9

Browse files
authored
Create maintenance.html
1 parent 4523c0f commit 60d94c9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

maintenance.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>LMS đang bảo trì</strong></p>
23+
<p>Các bạn vui lòng quay lại sau!</p>
24+
<p>Bạn nên đến <strong><a href="https://lvs.lilw.dev">đây</a></strong>.</p>
25+
</div>

0 commit comments

Comments
 (0)