做代理网站用什么软件,猪八戒网做网站,上传下载网站模板,北海做网站公司源码介绍 
酷炫末世意境背景404单页HTML源码#xff0c;背景充满着破坏一切的意境#xff0c;彷佛末世的到来#xff0c;可以做网站错误页或者丢失页面#xff0c;将下面的代码放到空白的HTML里面#xff0c;然后上传到服务器里面#xff0c;设置好重定向即可 
效果预览 …源码介绍 
酷炫末世意境背景404单页HTML源码背景充满着破坏一切的意境彷佛末世的到来可以做网站错误页或者丢失页面将下面的代码放到空白的HTML里面然后上传到服务器里面设置好重定向即可 
效果预览 完整源码 
!DOCTYPE html
htmlheadmeta charsetutf-8title404 Apocalypse/titlelink relstylesheet hrefhttps://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css/styleimport url(https://fonts.googleapis.com/css?familySigmarOne);
import url(https://fonts.googleapis.com/css?familyPoiretOne);body {background-image:url(https://wallpapercave.com/wp/jj5KxtS.jpg);background-attachment:fixed;background-size:cover;background-color: #222;margin:0px;padding:0px;overflow:hidden;font-family: Poiret One, cursive;
}h1
{font-size:200px;width:100vw;text-align:center;color:rgba(0,255,0,1);font-family: Poiret One, cursive;}span
{cursor:move;
}.underline
{font-size:50px;color:white;text-align:center;
}.button
{font-size:50px;color:white;font-family: Poiret One, cursive;text-align:center;
}.button span
{cursor:pointer;padding:10px;border-style:solid;border-radius:5px;transition:border-color 0.75s;-webkit-transition:border-color 0.75s;
}.button span:hover
{border-color:rgb(0,255,0);
}/style/headbodydiv classunderlinespanSorry/spanspan, /spanspanthis /spanspanpage /spanspandidn/spanspan/spanspant/spanspan survive/span/div		h1span4/spanspan0/spanspan4/span/h1		    div classbuttona titlehttps://www.qqmu.comspan Join the survivors/span/a/divscript srchttps://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js/scriptscript srchttps://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js/scriptscript srchttps://cdn.rawgit.com/tinybigideas/jGravity/f3265bdd/jGravity-min.js/scriptscript/* refresh if you didnt have bodys background which appears*/
$(function() {
$(document).ready(function() {var one false;$(.button span).mouseover(function(){     if(!one){$(body).jGravity({target: span,ignoreClass: dontMove,weight: 25,depth: 100,drag: true});one true;};});});
});/script/body
/html 
页面加载有点慢可以将远程css和js弄到本地就可以了