-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (47 loc) · 2.17 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
<head>
<meta charset="UTF-8">
<meta property="og:type" content="website">
<meta property="og:title" content="schtonn">
<meta property="og:url" content="https://schtonn.github.io/index.html">
<meta property="og:site_name" content="schtonn site">
<meta property="og:description" content="Schtonn site">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="Alex">
<meta name="twitter:card" content="summary">
<script type="text/javascript" src="js/jquery.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/bootstrap.min.css" crossorigin="anonymous">
<script type="text/javascript" src="js/bootstrap.min.js" crossorigin="anonymous"></script>
<link rel="canonical" href="https://schtonn.github.io/">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
&family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<title>太帅了</title>
<style>
* {
transition-duration: 300ms;
}
.btn {
text-shadow: rgb(133, 133, 130) 1px 2px 3px;
transition-duration: 100ms;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn:hover {
text-shadow: rgb(33, 33, 30, 0.8) 3px 3px 5px;
transform: rotate(2deg) translate(-2px, -4px);
}
</style>
</head>
<body itemscope itemtype="http://schema.org/WebPage" style="height:100vh">
<div class="alert alert-warning">注意:正在将网站迁移至<a href="https://43.143.233.184/">https://43.143.233.184/</a>,此页面内容可能已经过时。
</div>
<script src="js/cursorEffects.js"></script>
<script type="text/javascript">
new cursoreffects.bubbleCursor();
</script>
<div class="col-md-10">
<h3>是谁太帅了?</h3>
<a class="btn btn-danger btn-lg" href="https://博宇.太帅了.cn">博宇</a>
<a class="btn btn-danger btn-lg" href="https://王子航.太帅了.cn">王子航</a>
</div>
</body>