forked from bethrobson/Head-First-JavaScript-Programming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrevel.html
More file actions
20 lines (20 loc) · 704 Bytes
/
drevel.html
File metadata and controls
20 lines (20 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html> <html lang="en">
<head>
<meta charset="utf-8">
<title>Dr. Evel's Secret Code Page</title>
</head>
<body>
<p id="code1">The eagle is in the</p>
<p id="code2">The fox is in the</p>
<p id="code3">snuck into the garden last night.</p>
<p id="code4">They said it would rain</p>
<p id="code5">Does the red robin crow at</p>
<p id="code6">Where can I find Mr.</p>
<p id="code7">I told the boys to bring tea and</p>
<p id="code8">Where's my dough? The cake won't</p>
<p id="code9">My watch stopped at</p>
<p id="code10">barking, can't fly without umbrella.</p> <p id="code11">The green canary flies at</p>
<p id="code12">The oyster owns a fine</p>
<script src="code.js"></script>
</body>
</html>