-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.html
More file actions
27 lines (27 loc) · 991 Bytes
/
books.html
File metadata and controls
27 lines (27 loc) · 991 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
<doctype !html>
<html>
<head>
<meta charset="utf-8">
<title>Books</title>
<link rel="stylesheet" href="./css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="./css/styles.css" type="text/css">
</head>
<body class="container">
<h5><a href="/">Home</a></h5>
<h2>Books I would recommend</h2>
<ul>
<li>complexity by mitchell waldrop</li>
<li>the emperor's new mind by roger penrose</li>
<li>shadows of the mind by roger penrose</li>
<li>reinventing the sacred by stuart kauffman</li>
<li>the book of why by judea pearl</li>
<li>antifragile by nassim taleb</li>
<li>the embodied mind thomas verny</li>
<li>east of eden john steinbeck</li>
<li>my year of rest and relaxation by ottessa moshfegh</li>
<li>man is not alone by r' abraham joshua heschel</li>
<li>תיאום כוונות r' chaim sabato</li>
<li>יהודי איראן וספרות רבנית: היבטים חדשים daniel tzadik</li>
</ul>
</body>
</html>