Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active June 27, 2022 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nolanlawson/889d73384a537f30a8b7ab275ae62a2b to your computer and use it in GitHub Desktop.
Save nolanlawson/889d73384a537f30a8b7ab275ae62a2b to your computer and use it in GitHub Desktop.
Hello world HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello world</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Hello world</h1>
<script type="text/javascript">//<![CDATA[
_uzactions = window._uzactions || [];
_uzactions.push(['_setID', 'EE9AAFE5E7EAE911AA60BF52C2E54AD8']);
_uzactions.push(['_setSID', '6699AFE5E7EAE911AA60BF52C2E54AD8']);
_uzactions.push(['_start']);
(function() {
var uz = document.createElement('script'); uz.type = 'text/javascript'; uz.async = true; uz.charset = 'utf-8';
uz.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn5.userzoom.com/trueintent/js/uz_til_us.js?cuid=4F49B8BF6BCDE41180C90050569444FB';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(uz, s);
})();
//]]></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment