12 lines
404 B
HTML
12 lines
404 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>
|
|
</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> |