-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlife.html
21 lines (21 loc) · 835 Bytes
/
life.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<title>fool me once</title>
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div><b>Life Lessons:</b></div>
<ul>
<li>before you buy, research: warranty, return policy, interest rate, early termination fee, alternatives.</li>
<li>choosing contentment over desire will bring you peace.</li>
<li>cost more does not mean worth more.</li>
<li>don't buy things from salespeople. you'll be sorry.</li>
<li>give portable code only the options they need.</li>
<li>make life about the people not the money.</li>
<li>tech is shinier when it's not yours.</li>
<li>wait before you buy.</li>
<li>when the product is free, you are the product.</li>
</ul>
</body>
</html>