保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2023-02-14 23:18:02
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2023-02-14 23:19:47
 | 
			
		||||
 * @LastEditTime: 2023-02-15 00:22:52
 | 
			
		||||
 * @FilePath: /错误页面/index.html
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * 
 | 
			
		||||
@@ -17,6 +17,19 @@
 | 
			
		||||
        <title>Document</title>
 | 
			
		||||
    </head>
 | 
			
		||||
    <style>
 | 
			
		||||
        body {
 | 
			
		||||
            box-sizing: border-box;
 | 
			
		||||
            border: 1px solid red;
 | 
			
		||||
            padding: 10px;
 | 
			
		||||
            margin: 0px;
 | 
			
		||||
            /* height: calc(100vh);
 | 
			
		||||
            width: calc(100vw-5px);
 | 
			
		||||
            max-width: 100vw;
 | 
			
		||||
            max-height: 100vh; */
 | 
			
		||||
            overflow: hidden;
 | 
			
		||||
            background-color: #f0ebe5;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .container {
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            height: 100%;
 | 
			
		||||
@@ -40,6 +53,7 @@
 | 
			
		||||
            color: grey;
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
    <body>
 | 
			
		||||
        <div class="container">
 | 
			
		||||
            <img src="./img/skull.png" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user