font-size: 36px; } hgroup { margin: 30% auto; } } </style> <!-- MISC --> <?php locate_and_include('ga.php'); ?> <body> <hgroup> <h1> Congrats! </h1> <h3> Everything </h3> <h4> working right </h4> </hgroup> </body> </html> <?php
var keywords = []; $("img.fullbg").fadeToggle(3000); setTimeout(function(){ $("img.fullbg").toggleClass("active"); $("img.fullbg").toggleClass("inactive"); $(".bgdownload").attr('href', $("img.active").attr("src")); convertImgToDataURLviaCanvas("https://source.unsplash.com/random?=" + new Date().getTime(), function(base64Img){ $('img.inactive').attr('src', base64Img).end(); $("img.inactive").fullBg(); }); setTimeout(reloadBackground,3000); }, 3000); } </script> <?php //include tracking code. Use the file ga.php to include the code to embed for tracking purpose locate_and_include("ga.php"); ?> </body> </html>