Skip to content

Commit 3d9fdea

Browse files
committed
Remove draft header
1 parent b3d8dc9 commit 3d9fdea

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

html/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<link rel=stylesheet href="css/ejs.css">
77
</head>
88

9-
<div style="background: #ff9; border-bottom: 1px solid silver; padding: 6px 4em; text-align: center">
10-
This is a draft of Eloquent JavaScript's 3rd edition. Thanks for taking a look! If you spot a problem, please <a href="mailto:marijnh@gmail.com">email me</a> or <a href="https://github.com/marijnh/Eloquent-JavaScript/issues">open an issue</a>.
11-
</div>
12-
139
<article>
1410
<h1>Eloquent JavaScript<div style="font-size: 70%">3rd edition</div></h2>
1511

src/chapter.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
<</if>>
1717
</head>
1818

19-
<div style="background: #ffb; border-bottom: 1px solid silver; padding: 6px 4em; text-align: center">
20-
This is a draft of Eloquent JavaScript's 3rd edition. Thanks for taking a look! If you spot a problem, please <a href="mailto:marijnh@gmail.com">email me</a> or <a href="https://github.com/marijnh/Eloquent-JavaScript/issues">open an issue</a>.
21-
</div>
22-
2319
<article>
2420
<nav>
2521
<<if $in.prev_link>><a href="<<t $in.prev_link>>.html" title="previous chapter"></a> <</if>>

0 commit comments

Comments
 (0)