Skip to content

Commit 2749640

Browse files
committed
adding a start file for the image example
1 parent e6d8ba6 commit 2749640

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

chapter9/image_start.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- use this file to get started and follow along! -->
2+
<!doctype html>
3+
<html>
4+
<head>
5+
<meta charset="utf-8">
6+
<title> Image Guess </title>
7+
<style>
8+
body { margin: 20px; }
9+
</style>
10+
<script>
11+
</script>
12+
</head>
13+
<body>
14+
<img id="zero" src="zeroblur.jpg">
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)