24 lines
857 B
HTML
24 lines
857 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>In Development</title>
|
|
<link href="css/fonts.css" rel="stylesheet" />
|
|
<script src="js/scripts.js"></script>
|
|
<script src="js/domainChecker.js"></script>
|
|
</head>
|
|
<body>
|
|
<p>This website is in development. Please check back later or contact me if this site had been down for a prolonged period of time.</p>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTWD2BNXJ6"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-HTWD2BNXJ6');
|
|
</script>
|
|
</body>
|
|
</html> |