mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-06 09:17:14 +00:00
feat(templates): 新增绿色主题模版,并设置为默认模版
和文档站点 docs.xxyopen.com 风格保持一致
This commit is contained in:
13
templates/green/static/mobile/mang.html
Normal file
13
templates/green/static/mobile/mang.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>服务器忙</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<img src="/mang.png" style="position: fixed;top:10%;left: 25%">
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user