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
|
<!doctype html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width initial-scale=1'>
<link rel="stylesheet" href="https://www.qin-juan-ge-zhu.top/common/CSS/MySet.css">
<link rel="icon" type="image/x-icon" href="https://www.qin-juan-ge-zhu.top/common/icon.png" />
<script src="https://www.qin-juan-ge-zhu.top/common/js/jQuery.js"></script>
<script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/js/vim.js"></script>
<!-- <script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/js/click4code.js"></script> -->
<script src="https://www.qin-juan-ge-zhu.top/common/js/click4notes.js"></script>
<script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/js/pandoc-menu.js"></script>
</head>
<body class='typora-export os-windows'>
<!-- <div class="yanhua"></div> -->
<script type="text/javascript">
//生成随机颜色
function randomColor() {
var r = Math.floor(Math.random() * 64);
var g = Math.floor(Math.random() * 64);
var b = Math.floor(Math.random() * 64);
var a = Math.random() / 10 + 0.8;
return "rgba(" + r + "," + g + "," + b + "," + a + ")";
}
$.shuicheMouse({
type: ~~(Math.random() * 12) + 1,
color: false,
});
</script>
<div class="sidebar" name="sizebar">
<img name="room" src="https://www.qin-juan-ge-zhu.top/common/room.png " alt="勤倦阁" width="280" usemap="#room">
<map name="room">
<area shape="rect" coords="192,32,207,50" href="https://www.qin-juan-ge-zhu.top/courseNotes">
<area shape="rect" coords="27,27,192,96" href="https://www.qin-juan-ge-zhu.top">
<area shape="rect" coords="192,27,207,32" href="https://www.qin-juan-ge-zhu.top">
<area shape="rect" coords="192,50,207,96" href="https://www.qin-juan-ge-zhu.top">
<area shape="rect" coords="207,27,247,96" href="https://www.qin-juan-ge-zhu.top">
</map>
</div>
</body>
</html>
|