Skip to content

Commit 760804d

Browse files
committed
Add warning about it being the 3rd edition sandbox to /code
1 parent e49dd79 commit 760804d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

code/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
</style>
1818
</head>
1919

20+
<div style="background: #ffb; border-bottom: 1px solid silver; padding: 6px 4em; text-align: center">
21+
<strong>Note:</strong> If you are reading the <strong>second edition</strong> of the book,
22+
you'll want to go
23+
to <a href="https://eloquentjavascript.net/2nd_edition/code/">that
24+
edition's sandbox</a> instead!
25+
</div>
26+
2027
<article style="max-width: 50em;">
2128
<h1>Code Sandbox<div style="font-size: 70%"><a class="subtlelink" href="../index.html">Eloquent JavaScript</a></div></h2>
2229

0 commit comments

Comments
 (0)