-
Notifications
You must be signed in to change notification settings - Fork 800
/
Copy pathfrontmatter.xhtml
36 lines (32 loc) · 1.42 KB
/
frontmatter.xhtml
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
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" lang="en-US">
<head>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Eloquent JavaScript</title>
<style>
img.logo { vertical-align: text-top; padding: 0px 4px; border: 0; }
</style>
</head>
<body>
<h1>Eloquent JavaScript</h1>
<h3>4th edition</h3>
<p>Written by Marijn Haverbeke.</p>
<p>Licensed under
a <a href="https://creativecommons.org/licenses/by-nc/3.0/">Creative
Commons attribution-noncommercial license</a>. All code in this book
may also be considered licensed under
an <a href="https://eloquentjavascript.net/code/LICENSE">MIT license</a>.</p>
<p style="font-size: 80%">Illustrations by various artists: Cover
by Péchane Sumi-e. Chapter illustrations by Madalina Tantareanu.
Pixel art in Chapters 7 and 16 by Antonio Perdomo Pastor. Regular
expression diagrams in Chapter 9 generated
with <a href="https://regexper.com/">regexper.com</a> by Jeff
Avallone. Game concept for Chapter 16
by <a href="http://lessmilk.com">Thomas Palef</a>.</p>
<p>A paper version of Eloquent JavaScript, including a bonus
chapter, is being brought out
by <a href="https://nostarch.com/">No Starch Press</a>. They also
sell a more polished EPUB version that includes the bonus
chapter.</p>
</body>
</html>