Skip to content

Commit 7e18fd5

Browse files
committed
feat: add reserved domain page
1 parent 0457735 commit 7e18fd5

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

reserved.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
7+
<!-- HTML Meta Tags -->
8+
<title>Reserved Domain | is-a.dev</title>
9+
<meta name="description" content="This domain is reserved by is-a.dev maintainers." />
10+
11+
<!-- Google / Search Engine Tags -->
12+
<meta itemprop="name" content="Reserved Domain | is-a.dev" />
13+
<meta itemprop="description" content="This domain is reserved by is-a.dev maintainers." />
14+
15+
<!-- Facebook Meta Tags -->
16+
<meta property="og:url" content="https://is-a.dev/terms" />
17+
<meta property="og:type" content="website" />
18+
<meta property="og:title" content="Reserved Domain | is-a.dev" />
19+
<meta property="og:description" content="This domain is reserved by is-a.dev maintainers." />
20+
21+
<!-- Twitter Meta Tags -->
22+
<meta name="twitter:card" content="summary_large_image" />
23+
<meta name="twitter:title" content="Reserved Domain | is-a.dev" />
24+
<meta name="twitter:description" content="This domain is reserved by is-a.dev maintainers." />
25+
26+
<!-- Stylesheets -->
27+
<link rel="stylesheet" href="styles/main.css" rel="prefetch">
28+
29+
<!-- Scripts -->
30+
<script src="scripts/marked.min.js" rel="prefetch"></script>
31+
</head>
32+
33+
<style>
34+
body {
35+
box-sizing: border-box;
36+
min-width: 200px;
37+
max-width: 980px;
38+
margin: auto;
39+
padding: 45px;
40+
}
41+
42+
@media (prefers-color-scheme: dark) {
43+
body {
44+
background-color: #0d1117;
45+
}
46+
}
47+
</style>
48+
49+
<body>
50+
<h1>Reserved Domain</h1>
51+
<p style="font-size: 1.25rem;">Hello there! This domain has been reserved by the is-a.dev maintainer <a href="https://team.is-a.dev">team</a>. Don't worry, there are plenty of other domains available for registration. Click <a href="./index.html">here</a> for a link back to the main page.</p>
52+
</body>
53+
</html>

0 commit comments

Comments
 (0)