-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 870 Bytes
/
index.html
File metadata and controls
39 lines (35 loc) · 870 Bytes
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
<html>
<head>
<style>
main {
padding: 10px;
text-align: center;
}
summary span:first-of-type {
font-size: large;
font-weigh: bold;
}
</style>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>
</head>
<body>
<main>
<details>
<summary>
<span>How to study anything?</span>
</summary>
<div>
<p>1. Science is based on The Truth</p>
<p>2. The Truth is Coherent</p>
<p>3. Being open to new information requires being able to discern and reject false information. </p>
</div>
</details>
<p>
\(The Truth = The Way\)
</p>
<p>
\( eXperience =\sum_{i=1}^{n} x_i \)
</p>
</main>
</body>
</html>