-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscreenshot.html
More file actions
20 lines (20 loc) · 950 Bytes
/
screenshot.html
File metadata and controls
20 lines (20 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<script src="screenshot.js"></script>
<body>
<h3>Follow these steps to submit your findings:
</h3>
<ol>
<li>Save the screenshot below to your desktop</li>
<ul>
<li>If you don't see an image, close this tab and click the GDG icon again</li>
</ul>
<li>Follow us on <a href="https://plus.google.com/116015988631052616691/about" target="_blank">Google+</a></li>
<li>Make a <strong>private post</strong> to us on Google+ with this image</li>
<li>After we've verified your <strong>private post</strong>, we'll respond with your code!</li>
<li><strong>REMINDER:</strong> You must enter this code on <a href="https://domains.google.com" target="_blank">https://domains.google.com</a> by <del>August 24, 2014</del> <strong>September 15, 2014</strong> (we've extended the deadline)!!</li>
</ol>
<p>
<img id="target" src="img/white.png" width="640" height="480"/>
<p>
</body>
</html>