-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
40 lines (39 loc) · 959 Bytes
/
Copy path404.php
File metadata and controls
40 lines (39 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/**
* Made with love By 狱杰1Jnver
* Link: https://yujienb.cn/
* Theme: DARLING
*/
/** if(!defined('__TYPECHO_ROOT_DIR')) exit; **/
?>
<!DOCTYPE html>
<html lang="zh-cn">
<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>can't found DARLING</title>
<style>
.main{
display: flex;
height: 100%;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: nowrap;
flex-direction: column;
text-align: center;
}
.title{
font-size: 200px;
margin:0;
}
</style>
</head>
<body>
<div class="main">
<p class="title">404.</p>
<p>Zero two can't found Darling,she's verry sad.</p>
</div>
</body>
</html>