23 lines
672 B
HTML
23 lines
672 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Site Under Construction</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="banner">...</div>
|
|
<h1>Service Temporarily Down</h1>
|
|
<p class="subtitle">This site is currently under construction.</p>
|
|
<p class="note"></p>
|
|
<div class="visitor-panel">
|
|
<h2>Working on Something better</h2>
|
|
<p class="visitor-note"></p>
|
|
</div>
|
|
</div>
|
|
<footer>Protected access; Visitor logging is masked for privacy</footer>
|
|
</div>
|
|
</body>
|
|
</html> |