| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!doctype html>
- <html>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta
- name="viewport"
- content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
- />
- <link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
- <link rel="stylesheet" href="css/index.css" />
- <script src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
- <head>
- <title>-</title>
- <script src="js/4dage.js"></script>
- <script src="./info.js"></script>
- <script>
- document.title = titleInfo;
- </script>
- <style>
- html {
- overflow: hidden;
- }
- .outerImg {
- transition: all 1s;
- opacity: 1;
- position: absolute;
- z-index: 998;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: #1a1b20;
- }
- .outerImg img {
- position: absolute;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- body {
- user-select: none;
- }
- </style>
- </head>
- <body>
- <div class="outerImg">
- <img src="./img/bg.jpg" alt="" />
- </div>
- <div id="ui"></div>
- <script src="js/jquery.js"></script>
- <script>
- var number = getQueryVariable("m");
- if (spinInfo) window.autoRotate = true;
- fdage.embed("4dage/" + number + ".4dage", {
- width: 800,
- height: 600,
- autoStart: true,
- fullFrame: true,
- pagePreset: false,
- });
- $(".outerImg img").attr("src", `./images/${number}.jpg`);
- </script>
- </body>
- <script src="./js/audio.js"></script>
- </html>
|