-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwind.html
More file actions
38 lines (38 loc) · 1.55 KB
/
Copy pathwind.html
File metadata and controls
38 lines (38 loc) · 1.55 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>起风了</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="styles/styles_zh.css" />
</head>
<body
class="container mx-auto px-1.5 md:px-32 pb-5 bg-green-50 dark:bg-slate-800 text-slate-600 dark:text-slate-300"
>
<article>
<h1 class="text-center text-2xl py-5">起风了</h1>
<div class="text-xl indent-10">
<div class="pb-5">
<p>起风了,我们还要努力活下去!</p>
<p class="text-2xl">The wind has risen. We must try to live.</p>
<p>纵有疾风起,人生不言弃。</p>
</div>
<div class="py-5">
<p>设计最重要的是灵感,灵感引领着时代,而技术自然而然就会跟上来。</p>
</div>
<div class="py-5">
<p>
创造性的人生,为期只有十年,这无论对艺术家还是设计师都一样。你一定要尽己所能,度过自己的那十年。
</p>
</div>
<div class="pt-5">
<p>
现实是不圆满的,理想是有代价的,美好是有期限的。只有承认并接受了这种不圆满,才能越发坚定自身道路,越发珍惜稍纵即逝的幸福。不要在追求理想的道路上,忽略身边的美好。
</p>
</div>
</div>
</article>
</body>
</html>