21 lines
842 B
HTML
21 lines
842 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/x-icon" href="/udlbook/favicon.ico" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@400;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>Understanding Deep Learning</title>
|
|
<script type="module" crossorigin src="/udlbook/assets/index-5Xka6v25.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/udlbook/assets/index-OOyxBvQc.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|