|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="x-ua-compatible" content="ie=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
3 | 7 |
|
4 | | -<head> |
5 | | - <meta charset="utf-8" /> |
6 | | - <meta http-equiv="x-ua-compatible" content="ie=edge" /> |
7 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
8 | | - |
9 | | - <!-- HTML Meta Tags --> |
10 | | - <title>is-a.dev - Free subdomains for developers</title> |
11 | | - <meta name="description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
12 | | - <meta name="theme-color" content="#4E3AA3" /> |
13 | | - |
14 | | - <!-- Google / Search Engine Tags --> |
15 | | - <meta itemprop="name" content="is-a.dev" /> |
16 | | - <meta itemprop="description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
17 | | - <meta itemprop="image" content="https://is-a.dev/assets/logo.png" /> |
18 | | - |
19 | | - <!-- Facebook Meta Tags --> |
20 | | - <meta property="og:url" content="https://is-a.dev/" /> |
21 | | - <meta property="og:type" content="website" /> |
22 | | - <meta property="og:title" content="is-a.dev" /> |
23 | | - <meta property="og:description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
24 | | - <meta property="og:image" content="https://is-a.dev/assets/logo.png" /> |
25 | | - |
26 | | - <!-- Twitter Meta Tags --> |
27 | | - <meta name="twitter:card" content="summary_large_image" /> |
28 | | - <meta name="twitter:title" content="is-a.dev" /> |
29 | | - <meta name="twitter:description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
30 | | - <meta name="twitter:image" content="https://is-a.dev/assets/logo.png" /> |
31 | | - |
32 | | - <!-- Apple Meta Tags --> |
33 | | - <meta name="apple-mobile-web-app-title" content="is-a.dev" /> |
34 | | - <meta name="apple-mobile-web-app-capable" content="yes" /> |
35 | | - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
36 | | - |
37 | | - <!-- Favicon --> |
38 | | - <link rel="icon" type="image/x-icon" href="/assets/favicon.ico" /> |
39 | | - |
40 | | - <!-- Stylesheets --> |
41 | | - <link rel="stylesheet" href="/styles/main.css" /> |
42 | | - <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/Roboto/font.css" /> |
43 | | - <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/UbuntuMono/font.css" /> |
44 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" /> |
45 | | - |
46 | | - <!-- Scripts --> |
47 | | - <script defer data-domain="is-a.dev" src="https://analytics.hrsn.net/js/script.js"></script> |
48 | | -</head> |
49 | | - |
50 | | -<body> |
51 | | - <header> |
52 | | - <div class="domain"> |
53 | | - <a href="https://github.com/is-a-dev" target="_blank"><img |
54 | | - src="https://raw.githubusercontent.com/is-a-dev/register/main/media/banner.png" |
55 | | - style="max-width: 1000px; width: 100%; display: block" /></a> |
56 | | - </div> |
57 | | - </header> |
58 | | - |
59 | | - <main> |
60 | | - <div class="socials"> |
61 | | - <div class="social"> |
62 | | - <a href="https://github.com/is-a-dev" target="_blank"><i class="fa-brands fa-github"></i></a> |
| 8 | + <!-- HTML Meta Tags --> |
| 9 | + <title>is-a.dev - Free subdomains for developers</title> |
| 10 | + <meta name="description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
| 11 | + <meta name="theme-color" content="#4E3AA3" /> |
| 12 | + |
| 13 | + <!-- Google / Search Engine Tags --> |
| 14 | + <meta itemprop="name" content="is-a.dev" /> |
| 15 | + <meta itemprop="description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
| 16 | + <meta itemprop="image" content="https://is-a.dev/assets/logo.png" /> |
| 17 | + |
| 18 | + <!-- Facebook Meta Tags --> |
| 19 | + <meta property="og:url" content="https://is-a.dev/" /> |
| 20 | + <meta property="og:type" content="website" /> |
| 21 | + <meta property="og:title" content="is-a.dev" /> |
| 22 | + <meta property="og:description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
| 23 | + <meta property="og:image" content="https://is-a.dev/assets/logo.png" /> |
| 24 | + |
| 25 | + <!-- Twitter Meta Tags --> |
| 26 | + <meta name="twitter:card" content="summary_large_image" /> |
| 27 | + <meta name="twitter:title" content="is-a.dev" /> |
| 28 | + <meta name="twitter:description" content="A service to allow developers to get free `.is-a.dev` subdomains" /> |
| 29 | + <meta name="twitter:image" content="https://is-a.dev/assets/logo.png" /> |
| 30 | + |
| 31 | + <!-- Apple Meta Tags --> |
| 32 | + <meta name="apple-mobile-web-app-title" content="is-a.dev" /> |
| 33 | + <meta name="apple-mobile-web-app-capable" content="yes" /> |
| 34 | + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
| 35 | + |
| 36 | + <!-- Favicon --> |
| 37 | + <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> |
| 38 | + |
| 39 | + <!-- Stylesheets --> |
| 40 | + <link rel="stylesheet" href="styles/main.css" /> |
| 41 | + <link rel="stylesheet" href="styles/ads.css" /> |
| 42 | + <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/Roboto/font.css" /> |
| 43 | + <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/UbuntuMono/font.css" /> |
| 44 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" /> |
| 45 | + |
| 46 | + <!-- Scripts --> |
| 47 | + <script defer data-domain="is-a.dev" src="https://analytics.hrsn.net/js/script.js"></script> |
| 48 | + <script src="//m.servedby-buysellads.com/monetization.custom.js" type="text/javascript"></script> |
| 49 | + </head> |
| 50 | + |
| 51 | + <body> |
| 52 | + <header> |
| 53 | + <div class="domain"> |
| 54 | + <a href="https://github.com/is-a-dev" target="_blank"><img |
| 55 | + src="https://raw.githubusercontent.com/is-a-dev/register/main/media/banner.png" |
| 56 | + style="max-width: 1000px; width: 100%; display: block" /></a> |
63 | 57 | </div> |
64 | | - </div> |
65 | | - <h1> |
66 | | - is-a.dev |
67 | | - <p>Welcome! 👋</p> |
68 | | - </h1> |
69 | | - <p> |
70 | | - <span>is-a.dev</span> is a service that allows developers to get a sweet-looking <span |
71 | | - style="display: inline-block; width: fit-content; line-height: 1">.is-a.dev</span> subdomain for their |
72 | | - personal websites. |
73 | | - <br /> |
74 | | - To register your own subdomain, go to the |
75 | | - <a href="https://github.com/is-a-dev/register" target="_blank">is-a-dev/register</a> repository on GitHub |
76 | | - and follow the instructions. |
77 | | - </p> |
78 | | - |
79 | | - <h2>Report abuse</h2> |
80 | | - <p> |
81 | | - If you believe one of the subdomains is abusing the service, please |
82 | | - <a href="https://github.com/is-a-dev/register/issues/new?labels=report-abuse&template=report-abuse.md&title=Report+abuse" |
83 | | - target="_blank">report</a> |
84 | | - it. |
85 | | - </p> |
86 | | - |
87 | | - <h2>Donations</h2> |
88 | | - <p> |
89 | | - This project is a free service for developers and will stay that way. Please consider |
90 | | - <a href="https://donate.is-a.dev">donating</a> to help us keep this service running forever! |
91 | | - </p> |
92 | | - </main> |
93 | | -</body> |
| 58 | + </header> |
| 59 | + |
| 60 | + <main> |
| 61 | + <div class="socials"> |
| 62 | + <div class="social"> |
| 63 | + <a href="https://github.com/is-a-dev" target="_blank"><i class="fa-brands fa-github"></i></a> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + |
| 67 | + <h1> |
| 68 | + is-a.dev |
| 69 | + <p>Welcome! 👋</p> |
| 70 | + </h1> |
| 71 | + |
| 72 | + <p> |
| 73 | + <span>is-a.dev</span> is a service that allows developers to get a sweet-looking <span |
| 74 | + style="display: inline-block; width: fit-content; line-height: 1">.is-a.dev</span> subdomain for their |
| 75 | + personal websites. |
| 76 | + <br /> |
| 77 | + To register your own subdomain, go to the |
| 78 | + <a href="https://github.com/is-a-dev/register" target="_blank">is-a-dev/register</a> repository on GitHub |
| 79 | + and follow the instructions. |
| 80 | + </p> |
| 81 | + |
| 82 | + <div> |
| 83 | + <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CW7DE2JU&placement=is-adev" id="_carbonads_js"></script> |
| 84 | + </div> |
| 85 | + |
| 86 | + <h2>Report abuse</h2> |
| 87 | + <p> |
| 88 | + If you believe one of the subdomains is abusing the service, please |
| 89 | + <a href="https://github.com/is-a-dev/register/issues/new?labels=report-abuse&template=report-abuse.md&title=Report+abuse" |
| 90 | + target="_blank">report</a> |
| 91 | + it. |
| 92 | + </p> |
| 93 | + |
| 94 | + <h2>Donations</h2> |
| 95 | + <p> |
| 96 | + This project is a free service for developers and will stay that way. Please consider |
| 97 | + <a href="https://donate.is-a.dev">donating</a> to help us keep this service running forever! |
| 98 | + </p> |
| 99 | + |
| 100 | + <div id="badge-js"></div> |
| 101 | + </main> |
94 | 102 |
|
| 103 | + <script src="scripts/custom-ads.js"></script> |
| 104 | + </body> |
95 | 105 | </html> |
0 commit comments