Skip to content

Commit 5e5f39c

Browse files
authored
Update README.md
1 parent f4f0b26 commit 5e5f39c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Add an HTML page that references the image. Below is the HTML we will use for th
3434
```
3535
<!DOCTYPE html>
3636
<html>
37-
<head>
38-
<meta name=”ad.size” content=”width=300,height=250”>
39-
</head>
40-
<body>
41-
<img src=”300x250.jpg” onclick=”window.open('{{clickMacro}}')"/>
42-
</body>
37+
<head>
38+
<meta name=”ad.size” content=”width=300,height=250”>
39+
</head>
40+
<body>
41+
<img src=”300x250.jpg” onclick=”window.open('{{clickMacro}}')"/>
42+
</body>
4343
</html>
4444
```
4545

0 commit comments

Comments
 (0)