-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.3 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
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>就一废w | 主页</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="https://gcore.jsdelivr.net/gh/YHJMM-303/YHJMM-303.github.io/mdui/css/mdui.min.css">
<link rel="stylesheet" type="text/css" href="./assets/css/main.css">
<link rel="stylesheet" type="text/css" href="./assets/css/index.css">
<link rel="icon" href="https://gcore.jsdelivr.net/gh/YHJMM-303/YHJMM-303.github.io/assets/img/logo-circul-100.png">
</head>
<body>
<div id="rin-bg"></div>
<main id="rin-main">
<div id="rin-headimg"></div>
<div class="rin-name">就 一 废 w</div>
<div class="rin-description">「我们终将沐浴在阳光之下」</div>
<div class="rin-tr"></div>
<a class="mdui-btn mdui-btn-raised rin-btn mdui-text-capitalize" href="detaile.html">More</a>
</main>
<footer id="rin-footer">
<div>©2021-2024 | YHJMM</div>
<div><a href="https://icp.gov.moe/?keyword=20247413" target="_blank">萌ICP备20247413号</a></div>
</footer>
<script src="https://gcore.jsdelivr.net/gh/YHJMM-303/YHJMM-303.github.io/mdui/js/mdui.min.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>