-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
54 lines (54 loc) · 3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JSID.DEV - A free subdomain for developers.</title>
<meta name="description" content="A free jsid.dev subdomain for developers on the web.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@namdevel">
<meta name="twitter:title" content="jsid.dev">
<meta name="twitter:description" content="A free jsid.dev subdomain for developers on the web.">
<meta property="og:url" content="https://jsid.dev/">
<meta property="og:type" content="website">
<meta property="og:title" content="jsid.dev">
<meta property="og:description" content="A free jsid.dev subdomain for developers on the web.">
<link rel="icon" href="https://cdn.statically.io/icon/g/t.png" type="image/png">
<script src="https://cdn.tailwindcss.com"></script>
<script async defer data-website-id="a398ec42-5c1b-45de-8e78-edf92ca8f06e" src="https://respectedprivacy.com/app"></script>
</head>
<body class="p-8 max-w-xl m-auto">
<header class="text-center mt-10">
<a href="/">
<h1 class="text-5xl font-bold text-red-500">JSID.DEV</h1>
</a>
<h2 class="font-semibold mt-3">Free subdomain for developers.</h2>
<div class="mt-5">
<h3 class="italic inline text-3xl font-bold text-blue-500">
<span class="typed"></span>.jsid.dev
</h3>
</div>
</header>
<main class="mt-5">
<p class="mt-3"><strong class="italic text-green-500">jsid.dev</strong> is a free identity for developers on the web. This service offers a handy subdomain service for you to have a subdomain like
<code class="italic bg-stone-600 py-1 px-2 text-amber-500 rounded text-sm">foo.jsid.dev</code> or
<code class="italic bg-stone-600 py-1 px-2 text-amber-500 rounded text-sm">bar.jsid.dev</code> for use on your static sites via CNAME DNS record.</p><br>
<p>Fork, add subdomain and send a <a class="border-b border-black" href="https://github.com/namdevel/jsid.dev/pulls"><strong>pull request</strong></a>. We will make it work!</p>
</main>
<footer class="mt-10 mb-20 text-sm">
<p>
A Project by <a class="border-b border-black" href="https://nam.icu/" target="_blank">NAMDEVEL</a> and <a class="border-b border-black mr-3" href="https://github.com/namdevel/jsid.dev/graphs/contributors">All Contributors</a>
• <a class="border-b border-black ml-3" href="https://github.com/namdevel/jsid.dev">GitHub Source</a>
</p>
</footer>
<script src="https://cdn.statically.io/libs/typed.js/2.0.11/typed.min.js"></script>
<script>
var typed = new Typed('.typed', {
strings: ["kamu", "rusa", "kuda", "nama", "coba", "wibu"],
typeSpeed: 240,
showCursor: false,
loop: true
});
</script>
</body>
</html>