-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
111 lines (92 loc) · 5.44 KB
/
index.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- HTML Meta Tags -->
<title>is-a.dev - Free subdomains for developers</title>
<meta name="description" content="A service to allow developers to get free `.is-a.dev` subdomains" />
<meta name="theme-color" content="#4E3AA3" />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="is-a.dev" />
<meta itemprop="description" content="A service to allow developers to get free `.is-a.dev` subdomains" />
<meta itemprop="image" content="https://is-a.dev/assets/logo.png" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://is-a.dev/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="is-a.dev" />
<meta property="og:description" content="A service to allow developers to get free `.is-a.dev` subdomains" />
<meta property="og:image" content="https://is-a.dev/assets/logo.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="is-a.dev" />
<meta name="twitter:description" content="A service to allow developers to get free `.is-a.dev` subdomains" />
<meta name="twitter:image" content="https://is-a.dev/assets/logo.png" />
<!-- Apple Meta Tags -->
<meta name="apple-mobile-web-app-title" content="is-a.dev" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Stylesheets -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/Roboto/font.css" />
<link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/UbuntuMono/font.css" />
<!-- Scripts -->
<script defer data-domain="is-a.dev" src="https://analytics.hrsn.net/js/script.js"></script>
</head>
<body>
<main>
<div class="banner"><img src="https://raw.githubusercontent.com/is-a-dev/register/main/media/banner.png" alt="is-a.dev" style="max-width: 100%; height: auto;" /></div>
<h3>Grab your own sweet-looking <span>.is-a.dev</span> subdomain.</h3>
<p>
To register your own subdomain, visit the
<a href="https://github.com/is-a-dev/register" target="_blank">is-a-dev/register</a>
repository on GitHub and follow the provided instructions.
</p>
<script async type="text/javascript"
src="//cdn.carbonads.com/carbon.js?serve=CW7DE2JU&placement=is-adev&format=cover"
id="_carbonads_js"></script>
<h2>Check Subdomain Availability</h2>
<div class="search-cntnr">
<input id="search-domain" disabled type="text">
</div>
<div>
<div id="result-card" class="hidden result-card">
<div class="user-infos">
<img id="user-avatar" class="user-avatar" alt="user-avatar" href="https://github.com/github.png?size=64" draggable="false">
<span>This subdomain is owned by <a id="user-gh" target="_blank"><span id="user-gh-name" class="font-semibold"></span></a>.</span>
</div>
</div>
<p id="result-none" class="hidden">That subdomain is available, <a alt="register-docs" target="_blank" href="https://docs.is-a.dev">click here</a> to learn how to register it!</p>
<p id="result-error" class="hidden">An error occurred whilst processing your request, please try again.</p>
<p id="result-reserved" class="hidden">Unfortunately the subdomain you have searched for is reserved, please try a different subdomain.</p>
</div>
<h2>Important Links</h2>
<ul>
<li><a href="https://docs.is-a.dev">Documentation</a></li>
<li><a href="https://github.com/is-a-dev">GitHub</a></li>
<li><a href="https://discord.gg/is-a-dev-830872854677422150">Discord</a></li>
</ul>
<h2>Report Abuse</h2>
<p>
If you suspect that a subdomain is abusing the service, please
<a href="https://github.com/is-a-dev/register/issues/new?labels=report-abuse&template=report-abuse.md&title=Report+abuse"
target="_blank">
report it here</a>.
</p>
<h2>Donations</h2>
<p>
This project is a free service for developers and will stay that way. Please consider
<a href="https://donate.is-a.dev">donating</a> to help us keep this service running forever!
</p>
<br>
<p>© 2020-<script>document.write(new Date().getFullYear())</script> is-a.dev - All Rights Reserved.
<br>
A project by <a href="https://wdh.gg">William Harrison</a>.
</p>
</main>
<script src="scripts/subdomain-availability.js"></script>
</body>
</html>