forked from yong/lost-language-of-the-machines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chapter4.html
24 lines (23 loc) · 945 Bytes
/
chapter4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZJ7TNMPC51"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZJ7TNMPC51');
</script>
<script src="https://kit.fontawesome.com/b51c8c9efe.js" crossorigin="anonymous"></script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A book that teach kids fundementals of computer science.">
<title>Lost Language of the Machines - Chapter 4</title>
</head>
<body>
<h1>Coming soon</h1>
Watch our <a href="http://github.com/yong/LostLanguageOfTheMachines">github page</a> for updates
</body>
</html>