index copy.html 810 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>无标题文档</title>
  6. <style type="text/css">
  7. body.custom-background {
  8. background-image:url('1431335355535.jpg');
  9. /* background-size:100% 100%;
  10. background-repeat:no-repeat;
  11. background-position:top left;
  12. background-attachment:fixed; */
  13. }
  14. </style>
  15. <script type="text/javascript" src="jquery.min.js"></script>
  16. </head>
  17. <body class="custom-background">
  18. <div class="snow-container" style="position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100001;"></div>
  19. <script type="text/javascript" src="all.js"></script>
  20. </body>
  21. </html>