Update website.

This commit is contained in:
David Reid
2020-07-05 19:54:23 +10:00
parent 534419fac4
commit 52345a43ce
2 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ body{
font-family:sans-serif;
font-size:11pt;
line-height:18pt;
background-color:#390000;
background-color:#003800;
}
a {
+9 -10
View File
@@ -7,6 +7,14 @@
<link rel="icon" href="img/favicon.png">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-81135233-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-81135233-2');
</script>
<style>
body{
font-family:sans-serif;
@@ -305,15 +313,6 @@ a:hover {
Copyright &copy; 2020 David Reid<br/>
Developed by David Reid - <a class="footer-link" href="mailto:davidreidsoftware@gmail.com">davidreidsoftware@gmail.com</a>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81135233-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>