感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<html> <head> <meta charset="UTF-8"> <link href='//fonts.cat.net/css?family=Lato:100' rel='stylesheet' type='text/css'> <style> body { margin: 0; padding: 0; width: 100%; height: 100%; color: #B0BEC5; display: table; font-weight: 100; font-family: 'Lato'; } .container { text-align: center; display: table-cell; vertical-align: middle; } .content { text-align: center; display: inline-block; } .title { font-size: 42px; margin-bottom: 40px; } </style> </head> <body> <div class="container"> <div class="content"> <div class="title">404 很抱歉,您查看的页面找不到了!</div> </div> </div> </body> </html>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……