mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 23:56:50 +08:00
67 lines
3.4 KiB
HTML
67 lines
3.4 KiB
HTML
<!doctype html>
|
|
|
|
<html lang="en"> <head> <meta charset="utf-8"> <meta
|
|
http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"
|
|
content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must*
|
|
come first in the head; any other head content must come *after* these tags -->
|
|
|
|
<title>Welcome to sslip.io</title> <meta name="description"
|
|
content="sslip.io"> <meta name="author" content="Brian Cunnie"> <!-- Latest
|
|
compiled and minified CSS --> <link rel="stylesheet"
|
|
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
|
|
|
<!-- Optional theme --> <link rel="stylesheet"
|
|
href="css/starter-template.css">
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
|
|
queries --> <!-- WARNING: Respond.js doesn't work if you view the page via
|
|
file:// --> <!--[if lt IE 9]> <script
|
|
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]--> </head>
|
|
|
|
<body>
|
|
|
|
<nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container">
|
|
<div class="navbar-header"> <button type="button" class="navbar-toggle
|
|
collapsed" data-toggle="collapse" data-target="#navbar"
|
|
aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle
|
|
navigation</span> <span class="icon-bar"></span> <span
|
|
class="icon-bar"></span> <span class="icon-bar"></span> </button> <a
|
|
class="navbar-brand" href="#">sslip.io</a> </div> <div id="navbar"
|
|
class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li
|
|
class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li>
|
|
<li><a href="#contact">Contact</a></li> </ul> </div><!--/.nav-collapse -->
|
|
</div> </nav>
|
|
|
|
<div class="container">
|
|
|
|
<div class="starter-template"> <h1>sslip.io</h1> <p class="lead">Free
|
|
wildcard DNS and Valid SSL Certificates for Everyone.</p>
|
|
<p><b>sslip.io</b> combines a wildcard DNS matched with a valid wildcard
|
|
SSL certificate and key to provide trusted SSL connections.</p> <h2>How it
|
|
works</h2> <p class="lead">Your server's fully-qualified domain name
|
|
(FQDN) will be a mash-up of your server's IP address and the
|
|
<b>sslip.io</b> domain. Here are some examples:</p> <table class="sslip">
|
|
<tr><th>FQDN</th><th>Resolves to this<br />IP Address</th></tr> <tr><td><a
|
|
href="https://52-0-56-137.sslip.io/">52-0-56-137.sslip.io</a></td><td>52.0.56.137</td></tr>
|
|
<tr><td>127-0-0-1.sslip.io</td><td>127.0.0.1</td></tr>
|
|
<tr><td>www-10-1-1-2.sslip.io</td><td>10.1.1.2</td></tr>
|
|
<tr><td>console-192-168-0-1.sslip.io</td><td>192.168.0.1</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div><!-- /.container -->
|
|
|
|
<!-- Bootstrap core JavaScript ================================================== --> <!--
|
|
Placed at the end of the document so the pages load faster --> <!-- jQuery
|
|
(necessary for Bootstrap's JavaScript plugins) --> <script
|
|
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!--
|
|
Latest compiled and minified JavaScript --> <script
|
|
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <!--
|
|
IE10 viewport hack for Surface/desktop Windows 8 bug --> <script
|
|
src="https://raw.githubusercontent.com/twbs/bootstrap/master/docs/assets/js/ie10-viewport-bug-workaround.js"></script>
|
|
|
|
</body> </html>
|