-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (61 loc) · 2.6 KB
/
index.html
File metadata and controls
72 lines (61 loc) · 2.6 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE HTML>
<html>
<head>
<title>Mulsd's Cottage</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Mulsd/cdn2@latest/MP/assets/css/main.css" />
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Mulsd/cdn2@latest/MP/assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img width="122px" src="https://cdn.jsdelivr.net/gh/Mulsd/cdn@1.10/new/g.png" alt="" /></span>
<h1>Mulsd</h1>
<p>我们都想不一样.</p>
</header>
<footer>
<ul class="icons">
<li><a href="tencent://message/?Menu=yes&uin=1678529248" class="icon brands fa-qq">QQ</a></li>
<li><a href="https://mulsd.cf" class="icon brands fa-blogger-b">Blog</a></li>
<li><a href="mailto:mulsd@qq.com" class="icon brands fa-telegram-plane">Email</a></li>
</ul>
</footer>
</section>
<div style="max-width:70%;margin-top:15px;">
<span class="quote-content" style="color: white;cursor: default;"></span>
<span class="quote-author" style="cursor: default;float: right; color: white"></span> </div>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>Copyright © 2020 Mulsd | <a href="https://Mulsd.xyz">关于本页</a> </li>
</ul>
</footer>
</div>
<!-- 灰白 -->
<!--<style>
html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter: none;
}
</style>-->
<!-- Scripts -->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() {
document.body.className = document.body.className.replace(/\bis-preload\b/, '');
});
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<script src="https://fastly.jsdelivr.net/gh/Mulsd/cdn2@latest/MP/assets/js/quote.js"></script>
</body>
</html>