-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (57 loc) · 2.1 KB
/
index.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Michael An Personal Website</title>
<link rel="shortcut icon" href="./resource/assets/favicon.png">
<link rel="stylesheet" href="./resource/css/font-awesome.min.css">
<link rel="stylesheet" href="./resource/css/base.css">
<link rel="stylesheet" href="./resource/css/index.css">
</head>
<body id="classic-website" class="mt-main-index one-column">
<div id="container">
<div id="container-inner">
<header id="header">
<div id="header-inner">
<div id="header-content">
<h1>Michael An's Personal Website(v5.0 beta1)</h1>
</div>
</div>
</header>
<div id="content">
<div id="content-inner">
<div id="alpha">
<div id="alpha-inner">
<div id="page-alpha" style="margin-bottom:2em;">
<p>»<a href="./site/index.html">个人博客</a></p>
<p>»<a href="./demo/index.html">在线案例</a></p>
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<div id="footer-inner">
<div id="footer-content">
<p>
<a href="https://michael18811380328.github.io/">https://michael18811380328.github.io/</a>
</p>
</div>
</div>
</footer>
</div>
</div>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86
src="//music.163.com/outchain/player?type=2&id=1861402593&auto=1&height=66"></iframe>
<script src="./resource/js/baidu-statistics.min.js"></script>
<script src="./resource/waifu/autoload.js"></script>
<script>
window.onload = function () {
var body = document.getElementsByTagName('body')[0];
var index = Math.floor(Math.random() * 100);
body.setAttribute('style', `background-size: cover; background-repeat: no-repeat; background-image: url(https://michael18811380328.github.io/resource/background/pub_${index}.jpg)`);
}
</script>
</body>
</html>