-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
index.html
49 lines (40 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rweb.site - Free subdomain for personal websites, open-source projects and more.</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="FREE rweb.site subdomain for personal websites, open-source projects and more. Get your own short subdomain now!">
<meta name="keywords" content="rweb.site, free domain, free subdomain, free for dev, custom domain, custom subdomain, rweb.site, github">
<link rel="stylesheet" href="site/assets/css/style.css">
<link rel="stylesheet" href="site/assets/css/fonts.css">
<script type="text/javascript" src="site/assets/js/script.js"></script>
<link rel="icon" type="image/x-icon" href="site/img/favicon.ico">
<link rel="shortcut icon" href="site/img/favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="icons">
<a target="_blank" href="https://katorly.com"><img src="site/img/katorlylab-mark.svg" height="30px" alt="Katorly"></a>
<a target="_blank" href="https://github.com/katorlys/rweb.site"><img src="site/img/github-mark-white.svg" height="30px" alt="GitHub"></a>
</div>
<div class="container">
<div class="header">
<h1>Rweb.site</h1>
<p>FREE subdomain for personal websites, open-source projects and more.</p>
</div>
<div class="content">
<div class="form">
<form>
<label class="input-container">
<input type="text" name="subdomain" placeholder="name" maxlength="63" required>
</label>
<button type="submit" disabled>Add</button>
</form>
</div>
</div>
</div>
<div class="footer">
<p>© 2024-<span id="footerYear"></span> <a target="_blank" href="https://katorly.com">Katorly Lab</a> · <a href="mailto:[email protected]">Report abuse</a> · <a target="_blank" href="https://donate.katorly.com">Donate</a></p>
</div>
</body>
</html>