-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add static page with intercom installed
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |