Skip to content

Commit d8f3727

Browse files
updated
1 parent 1f2dfce commit d8f3727

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

neoindex.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
4+
<head>
5+
<title>田语 | 朴实无华,意蕴悠长</title>
6+
<meta charset="UTF-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="keywords" content="tian yu, 田语, 田语网,安徽省濉溪中学,濉中,濉溪中学">
9+
<meta name="description"
10+
content="本网站旨在记录并传承田老师的智慧言论,通过对“田语”的深入挖掘和研究,帮助大家更好地理解田老师的人生哲学和教育理念。网站内容包括:田语原文、释义、背景故事、学生评论、相关链接等。">
11+
<meta name="author" content="09264">
12+
<meta http-equiv="Content-Language" content="zh-CN">
13+
<link rel="icon" href="./assets/images/favicon.svg" type="image/svg+xml">
14+
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css">
15+
</head>
16+
17+
<body>
18+
<div id="navbar">
19+
<div class="brand">
20+
<a href="./index.html" class="logo">田语</a>
21+
</div>
22+
<div class="dropdown">
23+
<button class="dropdown-btn">关于</button>
24+
<div class="dropdown-content">
25+
<a href="./assets/html/about.html">关于本站</a>
26+
<a href="./assets/html/tianyong.html">关于田勇</a>
27+
</div>
28+
</div>
29+
</div>
30+
<div class="welcome-page">
31+
<p class="quote" id="quote">田语</p>
32+
</div>
33+
<div class="quotes">
34+
<h2>所有田语</h2>
35+
<ul id="quote-list">
36+
</ul>
37+
</div>
38+
<button id="back-to-top"></button>
39+
<script src="./assets/js/script.js"></script>
40+
</body>
41+
42+
</html>

0 commit comments

Comments
 (0)