Skip to content

Commit ef65431

Browse files
committed
Add header indicating draft status
1 parent b732ad9 commit ef65431

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

html/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
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:[email protected]">email me</a> or <a href="https://github.com/marijnh/Eloquent-JavaScript/issues">open an issue</a>.
11+
</div>
12+
913
<article>
1014
<h1>Eloquent JavaScript<div style="font-size: 70%">third edition</div></h2>
1115

src/chapter.html

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

19+
<div style="background: #ff9; 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:[email protected]">email me</a> or <a href="https://github.com/marijnh/Eloquent-JavaScript/issues">open an issue</a>.
21+
</div>
22+
1923
<article>
2024
<nav>
2125
<<if $in.prev_link>><a href="<<t $in.prev_link>>.html" title="previous chapter"></a> <</if>>

0 commit comments

Comments
 (0)