2021-11-17 03:38:05 +01:00
|
|
|
<!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>
|
2021-11-17 15:28:43 +01:00
|
|
|
<link href="css/fonts.css" rel="stylesheet" />
|
2021-11-18 17:05:29 +01:00
|
|
|
<script src="js/scripts.js"></script>
|
|
|
|
<script src="js/domainChecker.js"></script>
|
2021-11-17 03:38:05 +01:00
|
|
|
</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>
|
|
|
|
</body>
|
|
|
|
</html>
|