-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (44 loc) · 1.89 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>我的Material Design网站</title>
<link rel="stylesheet" href="style.css">
<!-- 引入Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo">Logo</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="https://4c41jr-my.sharepoint.com/personal/enderlava233_4c41jr_onmicrosoft_com/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fenderlava233%5F4c41jr%5Fonmicrosoft%5Fcom%2FDocuments%2F%E5%85%B1%E4%BA%AB&ga=1">文件下载</a></li>
<li><a href="https://mcappx.com/">下载基岩板</a></li>
<li><a href="https://lava114514.github.io/MCWEB.html">网页MC</a></li>
<li><a href="https://lava114514.github.io/ChatGPT.html">ChatGPT</a></li>
</ul>
</div>
</nav>
</header>
<main>
<div class="container">
<h1>欢迎来到我的网站</h1>
<p>这是基于Google的Material Design原则设计的示例网站。</p>
<img decoding="async" src="/images/MC.jpg" width="128" height="128" />
<img decoding="async" src="/images/1.png" width="1024" height="1024" />
</div>
</main>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">页脚内容</h5>
<p class="grey-text text-lighten-4">你可以在这里使用行和列来组织你的页脚内容。</p>
</div>
</div>
</div>
</footer>
</body>
</html>