Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TtheBC01 committed Nov 11, 2023
2 parents f573c47 + 1d695cd commit 5a65262
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
cursor: pointer;
}
</style>
<script src="https://webpackage.snickerdoodle.com/snickerdoodle.js"></script>
<script type="text/javascript">
const joblink = "https://snickerdoodle.com/";
const cvlink = "https://toddchapman.io/CV";
Expand Down Expand Up @@ -81,6 +82,13 @@
document.getElementById("TODD").setAttribute('href', srcode);
document.getElementById("PUNK").setAttribute('href', punk);

snickerdoodle.integrateSnickerdoodle({
iframeURL: "https://iframe.snickerdoodle.com/",
//consentAddress: "0xA85872d11a6632a4Bae0fB75787305db34737436",
},
// Add consent contract here
);

// check if ethereum resource is injected
connect();
}
Expand Down Expand Up @@ -207,4 +215,4 @@
</center>
</body>

</html>
</html>

0 comments on commit 5a65262

Please sign in to comment.