错误页面
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>珑文的博客</title>
<link rel="stylesheet" href="/public/css/bootstrap.min.css">
<link rel="stylesheet" href="/public/css/index.min.css">
<link rel="icon" href="/public/images/favicons/favicon.ico">
<style>
body {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
}
</style>
</head>
<body class="bg-light">
<div class="bg-white shadow-light">
<header class="container index-header">
<a class="logo" href="/">
<b class="text">珑文的博客</b>
<img src="/public/images/logo.svg" alt="珑文的博客" class="img-fluid">
</a>
<nav class="core">
<a class="nav-btn active" aria-current="page" href="./web.html">前端开发</a>
<a class="nav-btn" href="./backend.html">后端开发</a>
<a class="nav-btn" href="./architect.html">系统架构</a>
<a class="nav-btn" href="./mobile.html">移动端开发</a>
</nav>
</header>
</div>
<div class="container px-4 my-5">
<div class="row justify-content-center">
<div class="col-sm-8 col-lg-6">
<section class="text-center">
<img class="img-fluid mb-4" src="/public/images/result/500-internal-server-error.svg" alt="">
<h1 class="lead mb-4">
珑文的博客温馨提示:404 请求的页面不存在
</h1>
<a class="btn btn-outline-primary btn-lg me-3" href="/">
返回首页
</a>
</section>
</div>
</div>
</div>
<footer class="main-footer">
<nav>
<a href="/" class="me-3"><strong>珑文学全栈</strong></a>
<a href="/" class="me-3"><strong>网站SEO</strong></a>
<a href="/" class="me-3"><strong>微信小程序</strong></a>
</nav>
<aside>
<small>苏ICP备12064103号</small>
Copyright © 2014-2020
<a href="/"><strong>珑文的博客</strong></a>
</aside>
</footer>
</body>
</html>
401
没有访问权限,需要进行认证
404
403
503
500
504
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>珑文的博客</title>
<link rel="stylesheet" href="/public/css/bootstrap.min.css">
<link rel="stylesheet" href="/public/css/index.min.css">
<link rel="icon" href="/public/images/favicons/favicon.ico">
<style>
body {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100vh;
}
</style>
</head>
<body class="bg-light">
<div class="bg-white shadow-light">
<header class="container index-header">
<a class="logo" href="/">
<b class="text">珑文的博客</b>
<img src="/public/images/logo.svg" alt="珑文的博客" class="img-fluid">
</a>
<nav class="core">
<a class="nav-btn active" aria-current="page" href="./web.html">前端开发</a>
<a class="nav-btn" href="./backend.html">后端开发</a>
<a class="nav-btn" href="./architect.html">系统架构</a>
<a class="nav-btn" href="./mobile.html">移动端开发</a>
</nav>
</header>
</div>
<div class="container px-4 my-5">
<div class="row justify-content-center">
<div class="col-sm-8 col-lg-6">
<section class="text-center">
<img class="img-fluid mb-4" src="/public/images/result/504-error-gateway-timeout.svg" alt="">
<h1 class="lead mb-4">
网关超时此问题个人无法解决,请与网站官方联系
</h1>
<a class="btn btn-outline-primary btn-lg me-3" href="/">
返回首页
</a>
<a class="btn btn-outline-secondary btn-lg" href="/">
查看企业信息化战略
</a>
</section>
</div>
</div>
</div>
<footer class="main-footer">
<nav>
<a href="/" class="me-3"><strong>珑文学全栈</strong></a>
<a href="/" class="me-3"><strong>网站SEO</strong></a>
<a href="/" class="me-3"><strong>微信小程序</strong></a>
</nav>
<aside>
<small>苏ICP备12064103号</small>
Copyright © 2014-2020
<a href="/"><strong>珑文的博客</strong></a>
</aside>
</footer>
</body>
</html>