-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathreserved.html
25 lines (21 loc) · 952 Bytes
/
reserved.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML Meta Tags -->
<title>Reserved Domain | is-a.dev</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Stylesheets -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="styles/secondary.css" />
<link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/Roboto/font.css" rel="prefetch" />
<link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/UbuntuMono/font.css" rel="prefetch" />
</head>
<body>
<h1>Reserved Domain</h1>
<p>This domain has been reserved by the is-a.dev team and is not available for registration.</p>
<a href="/">Return to the homepage.</a>
</body>
</html>