Skip to content

Commit c66df39

Browse files
author
ST47
committed
Branding
1 parent 48c5476 commit c66df39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public_html/gateway.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def format_page(form):
147147
<meta charset="utf-8">
148148
<link rel="stylesheet" href="//tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
149149
<link rel="stylesheet" href="//tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap-theme.min.css">
150-
<title>Whois Gateway</title>
150+
<title>Whois Gateway Beta</title>
151151
<style type="text/css">
152152
{css}
153153
</style>
@@ -156,10 +156,10 @@ def format_page(form):
156156
<div class="container">
157157
<div class="row">
158158
<div class="col-sm-5">
159-
<header><h1>Whois Gateway</h1></header>
159+
<header><h1>Whois Gateway<span style="color: #20c997; font-size: 18px; font-weight: bold; position: relative; text-transform: uppercase; top: -3px; vertical-align: top;">BETA</span></h1></header>
160160
</div>
161-
<div class="col-sm-7"><div class="alert alert-warning" role="alert">
162-
<strong>This tool is experimental.</strong> The URL and functionalities might change.
161+
<div class="col-sm-7"><div class="alert alert-success" role="alert">
162+
<strong>This is a beta version of the Whois Gateway operated by <a href="https://en.wikipedia.org/wiki/User:ST47">ST47</a>.</strong> It adds support for querying referral DNS servers, such as those provided by Cogent for their 38.0.0.0/8 range. This is done automatically when the provider supports it. The source code for this fork is maintained at <a href="https://github.org/wiki-ST47/whois-gateway/">GitHub</a>.
163163
</div></div>
164164
</div>
165165

0 commit comments

Comments
 (0)