Update layout and links in index.html for improved responsiveness and user experience
Browse files- index.html +6 -5
index.html
CHANGED
@@ -8,14 +8,14 @@
|
|
8 |
</head>
|
9 |
|
10 |
<body class="bg-light">
|
11 |
-
<div class="container mt-5">
|
12 |
<div class="row justify-content-center">
|
13 |
-
<div class="col-md-
|
14 |
<div class="card">
|
15 |
<div class="card-body">
|
16 |
<h3 class="text-center">Private Domain Checker</h3>
|
17 |
<p class="text-center text-body-secondary">
|
18 |
-
<a href="https://toknow.ai" class="text-decoration-none text-reset">
|
19 |
<b><u>ToKnow</u></b>.ai
|
20 |
</a>
|
21 |
</p>
|
@@ -29,8 +29,9 @@
|
|
29 |
<div class="spinner-border text-primary d-none" id="spinner"></div>
|
30 |
<div id="resultText"></div>
|
31 |
</div>
|
32 |
-
<p class="text-center text-body-secondary mt-4">
|
33 |
-
<a href="https://
|
|
|
34 |
<i>Get help</i>
|
35 |
</a>
|
36 |
</p>
|
|
|
8 |
</head>
|
9 |
|
10 |
<body class="bg-light">
|
11 |
+
<div class="container-fluid mt-5">
|
12 |
<div class="row justify-content-center">
|
13 |
+
<div class="col-lg-6 col-md-8">
|
14 |
<div class="card">
|
15 |
<div class="card-body">
|
16 |
<h3 class="text-center">Private Domain Checker</h3>
|
17 |
<p class="text-center text-body-secondary">
|
18 |
+
<a target="_blank" href="https://toknow.ai" class="text-decoration-none text-reset">
|
19 |
<b><u>ToKnow</u></b>.ai
|
20 |
</a>
|
21 |
</p>
|
|
|
29 |
<div class="spinner-border text-primary d-none" id="spinner"></div>
|
30 |
<div id="resultText"></div>
|
31 |
</div>
|
32 |
+
<p class="text-center text-body-secondary mt-4 text-lowercase">
|
33 |
+
Protection Against <a target="_blank" href="https://en.wikipedia.org/wiki/Domain_name_front_running" class="text-decoration-none text-reset"><u>Domain Front-Running by Registrars</u></a> <br>
|
34 |
+
<a target="_blank" href="https://toknow.ai/about" class="text-decoration-none">
|
35 |
<i>Get help</i>
|
36 |
</a>
|
37 |
</p>
|