|
<!-- 刚开始学习html就简单敲一段吧 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>打破严重内耗,就念这七句话</title>
</head>
<body>
<h1>我非常相信我自己。</h1>
<p>I have great confidence in myself.</p>
<h1>
过去的事情,我不后悔;
未来的事情,我不担心。
</h1>
<p>
I don't regret the mistakes of the past.
I don't worry about the things that have not happened.
</p>
<h1>不能控制的事就顺其自然。</h1>
<p>Things beyond my control should be left to take their course.</p>
<h1>自己的感受要重视。</h1>
<p>One's feelings should be valued.</p>
<h1>别人对我的评价不重要。</h1>
<p>Other people's opinions of me are not important.</p>
<h1>凡事发生,皆有利于我我就是命好!</h1>
<p>Everything that happeneds works to my advantage.</p>
</body>
</html>
<!-- 很难说能够真正都做到,但有那么一半话也算得上是本人的信条了!所以我大概是个躺平狗吧hhh! --> |
|