OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <script src="screenshot.js"></script> | 2 <script src="screenshot.js"></script> |
3 <body> | 3 <body> |
4 Image here: | 4 Image here: |
5 <p> | 5 <p> |
6 <img id="target" src="white.png" width="640" height="480"> | 6 <img id="target" src="white.png" height="480"> |
not at google - send to devlin
2014/08/21 15:00:50
Fairly unimportant question:
Why this change? Did
| |
7 <p> | 7 <p> |
8 End image | 8 End image |
9 </body> | 9 </body> |
10 </html> | 10 </html> |
OLD | NEW |