21 lines
739 B
HTML
21 lines
739 B
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang=zh-CN>
|
|||
|
|
<head>
|
|||
|
|
<meta charset=utf-8>
|
|||
|
|
<meta http-equiv=X-UA-Compatible content="IE=edge">
|
|||
|
|
<title></title>
|
|||
|
|
<script type="text/javascript" src="/scripts/jquery-2.0.2.min.js"></script>
|
|||
|
|
<style type="text/css">
|
|||
|
|
.showanimation {
|
|||
|
|
position: fixed;
|
|||
|
|
left: 0;
|
|||
|
|
top: 0;
|
|||
|
|
height: 100%;
|
|||
|
|
width: 100%;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
</head><body style="background:#114b57 url(image/login_bg.png) no-repeat 0 0; background-size: 100% 100%">
|
|||
|
|
<div id="particles-js"></div>
|
|||
|
|
<script type="text/javascript" src="./script/particles.min.js"></script>
|
|||
|
|
<script type="text/javascript" src="./script/particles-app.js"></script>
|
|||
|
|
</body></html>
|