-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 713 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (19 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<script>
window.pAsyncInit = function() {
PDK.init({
appId: "4826889351902276742", // Change this
cookie: true
});
};
(function(d, s, id){
var js, pjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//assets.pinterest.com/sdk/sdk.js";
pjs.parentNode.insertBefore(js, pjs);
}(document, 'script', 'pinterest-jssdk'));
</script>
<h1 id="header">Happy Valentine's Day!</h1>
<img src="http://i.imgur.com/a2tjOcm.png">
<p id="msg">Write your personal message here</p>
<a href="/"><div id="button">click here to get your present</div></a>