Skip to content

Commit

Permalink
add static page with intercom installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Darragh Curran authored and Darragh Curran committed Dec 3, 2024
1 parent 59f8ef2 commit 556b2d2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions fin/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Darragh Curran</title>
<style type="text/css">
body{margin:0;}
</style>
</head>
<body>
<a href="http://twitter.com/darraghcurran"><img src="137darragh.png" alt="" width="100%"></a>

<script>
window.intercomSettings = {
api_base: "https://api-iam.intercom.io",
app_id: "pef3qizw",
};
</script>


<script>
// We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/pef3qizw'
(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/pef3qizw';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
</script>
</body>
</html>

0 comments on commit 556b2d2

Please sign in to comment.