22 lines
596 B
HTML
Executable File
22 lines
596 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>404 - 闲言轻博客</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
{{ template "shares/link.html". }}
|
|
</head>
|
|
<body class="lay-blog">
|
|
{{ template "shares/header.html". }}
|
|
<div class="container-wrap">
|
|
<div class="container">
|
|
<div class="contar-wrap">
|
|
<div style="padding: 150px 0 50px; text-align: center; font-size: 30px; color: #ccc; font-weight: 300;">
|
|
心姐抛出了个 404
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ template "shares/footer.html". }}
|
|
</body>
|
|
</html> |