We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d8ba6 commit 2749640Copy full SHA for 2749640
chapter9/image_start.html
@@ -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