-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 917 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="A curated reading list of foundational AI and deep learning papers, hosted in full with plain-language explanations of difficult terms."
/>
<meta name="robots" content="index, follow" />
<meta property="og:site_name" content="30 papers" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary" />
<title>30 papers · The reading list Ilya Sutskever gave John Carmack</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>