保存进度!
This commit is contained in:
BIN
code/web/错误页面/img/skull.png
Normal file
BIN
code/web/错误页面/img/skull.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 195 KiB |
49
code/web/错误页面/index.html
Normal file
49
code/web/错误页面/index.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<!--
|
||||
* @Author: Kane
|
||||
* @Date: 2023-02-14 23:18:02
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-02-14 23:19:47
|
||||
* @FilePath: /错误页面/index.html
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<style>
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: top;
|
||||
}
|
||||
|
||||
.container img {
|
||||
margin: 30px auto 0px auto;
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.container span {
|
||||
display: block;
|
||||
margin: 15px auto 0 auto;
|
||||
font-family: "rgaqsya";
|
||||
font-size: 5em;
|
||||
color: grey;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="container">
|
||||
<img src="./img/skull.png" />
|
||||
<span>妖秀啊</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user