-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 863 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How to Create a Subdomain on is-a.dev</title>
</head>
<body>
<h1>How to Create a Subdomain on is-a.dev</h1>
<ol>
<li>Go to <a href="https://github.com/mrtemp70/register/tree/main/domains">this link</a>.</li>
<li>Add a file by clicking on "Create new file." Then paste the JSON below and name the file <code>mrtemp70.json</code>. This will create the subdomain <code>mrtemp70.is-a.dev</code>. (The JSON format is just a template; the name does not affect the format.)</li>
</ol>
<pre><code>{
"owner": {
"username": "mrtemp70",
"email": "[email protected]"
},
"record": {
"CNAME": "mrtemp70.github.io"
}
}</code></pre>
</body>
</html>