From a152a0638b1f2d673df822a02bde80fe4d67f41a Mon Sep 17 00:00:00 2001 From: Jan Thorbecke <janth@xs4all.nl> Date: Tue, 5 Feb 2019 07:32:18 +0100 Subject: [PATCH] Create index.html --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7f1b66e --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> + +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133845553-1"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + + gtag('config', 'UA-133845553-1'); +</script> + +</HEAD> +<BODY BGCOLOR="#ffffff"> +<P> -- GitLab