1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
document.writeln("<!doctype html>");
document.writeln("<html>");
document.writeln("");
document.writeln("<head>");
document.writeln(" <meta charset=\'UTF-8\'>");
document.writeln(" <meta name=\'viewport\' content=\'width=device-width initial-scale=1\'>");
document.writeln(" <link rel=\"stylesheet\" href=\"https://www.qin-juan-ge-zhu.top/common/CSS/MySet.css\">");
document.writeln(" <link rel=\"icon\" type=\"image/x-icon\" href=\"https://www.qin-juan-ge-zhu.top/common/icon.png\" />");
document.writeln(" <script src=\"https://www.qin-juan-ge-zhu.top/common/js/jQuery.js\"></script>");
document.writeln(" <script type=\"text/javascript\" src=\"https://www.qin-juan-ge-zhu.top/common/js/vim.js\"></script>");
document.writeln(" <!-- <script type=\"text/javascript\" src=\"https://www.qin-juan-ge-zhu.top/common/js/click4code.js\"></script> -->");
document.writeln(" <script src=\"https://www.qin-juan-ge-zhu.top/common/js/click4notes.js\"></script>");
document.writeln(" <script type=\"text/javascript\" src=\"https://www.qin-juan-ge-zhu.top/common/js/pandoc-menu.js\"></script>");
document.writeln("</head>");
document.writeln("");
document.writeln("<body class=\'typora-export os-windows\'>");
document.writeln(" <!-- <div class=\"yanhua\"></div> -->");
document.writeln(" <script type=\"text/javascript\">");
document.writeln(" //生成随机颜色");
document.writeln(" function randomColor() {");
document.writeln(" var r = Math.floor(Math.random() * 64);");
document.writeln(" var g = Math.floor(Math.random() * 64);");
document.writeln(" var b = Math.floor(Math.random() * 64);");
document.writeln(" var a = Math.random() / 10 + 0.8;");
document.writeln(" return \"rgba(\" + r + \",\" + g + \",\" + b + \",\" + a + \")\";");
document.writeln(" }");
document.writeln("");
document.writeln(" $.shuicheMouse({");
document.writeln(" type: ~~(Math.random() * 12) + 1,");
document.writeln(" color: false,");
document.writeln(" });");
document.writeln(" </script>");
document.writeln("");
document.writeln(" <div class=\"sidebar\" name=\"sizebar\">");
document.writeln(" <img name=\"room\" src=\"https://www.qin-juan-ge-zhu.top/common/room.png \" alt=\"勤倦阁\" width=\"280\" usemap=\"#room\">");
document.writeln(" <map name=\"room\">");
document.writeln(" <area shape=\"rect\" coords=\"192,32,207,50\" href=\"https://www.qin-juan-ge-zhu.top/courseNotes\">");
document.writeln(" <area shape=\"rect\" coords=\"27,27,192,96\" href=\"https://www.qin-juan-ge-zhu.top\">");
document.writeln(" <area shape=\"rect\" coords=\"192,27,207,32\" href=\"https://www.qin-juan-ge-zhu.top\">");
document.writeln(" <area shape=\"rect\" coords=\"192,50,207,96\" href=\"https://www.qin-juan-ge-zhu.top\">");
document.writeln(" <area shape=\"rect\" coords=\"207,27,247,96\" href=\"https://www.qin-juan-ge-zhu.top\">");
document.writeln(" </map>");
document.writeln(" </div>");
document.writeln("</body>");
document.writeln("");
document.writeln("</html>");
|