Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico authored Mar 29, 2024
1 parent bfac9c6 commit 622b78e
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Preview Unavailable</title>
<style>
body {
font-family: 'Arial', sans-serif;
color: #ffffff;
background-color: #121212;
margin: 0;
padding: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.container {
max-width: 600px;
padding: 20px;
}

h1 {
color: #ff6347;
}

p {
font-size: 1.2em;
line-height: 1.5;
}
</style>
</head>
<body>
<div class="container">
<h1>Preview Unavailable</h1>
<p>You have reached <strong>beta.not-th.re</strong>. If you're seeing this message, it might be because:</p>
<ul>
<li>The URL is incorrect, or</li>
<li>The preview is no longer available.</li>
</ul>
<p>Please check the URL or get in touch with the site administrator if you believe this is an error.</p>
</div>
</body>
</html>

0 comments on commit 622b78e

Please sign in to comment.