演示 1 该页面简约时尚,自适应电脑和手机端,简单的背景,简单的介绍,简单的模板描述,复制几行代码生成一个 404.html 放在网站根目录。
404演示2
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>该页面不存在-404</title> <link rel="shortcut icon" href="favicon.ico"> <style type="text/css"> * { padding: 0px;margin:0; } body { background-color: #f5f5f5; } </style> </head> <body> <div style="width:807px;margin:10% auto"><a href="/"><img src="https://www.undi.cn/404/oriental-simple-template/picture/404.gif" width="807" height="212" border="0" /></a></div> </body> </html>
站位5
站位7
站位