-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 1.45 KB
/
index.html
File metadata and controls
51 lines (48 loc) · 1.45 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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html>
<head>
<link
rel="icon"
type="image/x-icon"
href="https://upload.wikimedia.org/wikipedia/commons/6/6c/Psi2.svg"
/>
<title>Hedonic Adaptation</title>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<div>
<h1>Furuochen's Blog</h1>
<nav>ABOUT</nav>
<p class="description">My blog</p>
<hr />
<a href="/psychology">
<h3>Psychology Subsection</h3>
<p>
Psychology blogs that I've written, some/most/all for school
<br /><br />
Recent posts:
<a class="recent-post" href="/psychology/hedonic_adaptation.html">
<span
>Hedonic Adaptation -
<span class="recent-post-date"> October 2025 </span></span
>
</a>
<a class="recent-post" href="/psychology/happiness.html">
<span
>Kindness and Gratitude-
<span class="recent-post-date"> February 2026 </span></span
>
</a>
</p>
<img
src="/psychology/The-response-of-happiness-and-hedonic-capital-to-a-negative-shock-to-the-flow-of.png"
alt="The response of happiness and hedonic capital to a negative shock to the flow of psychological resources"
/>
</a>
<p class="info">
Last updated on 2nd of February, 2026 at 11:19:37 Singapore Standard
Time
</p>
</div>
</body>
</html>