Files
nip/document_root/index.html
Brian Cunnie fe6c88ef15 Reflow using Atom
Not 100% to my liking, but good enough.
2015-08-28 05:23:09 -07:00

60 lines
3.1 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">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 valid SSL certificates.</p> <h2>How it works</h2> <p
class="lead">Your server's fully-qualified domain name (FQDN) will the
format <b><i>w-x-y-z</i>.sslip.io</b>, where "w-x-y-z" is the IPv4 address
of your server, with dashes rather than dots separating each octet. </p>
<p>For example, this web server's FQDN is </p> </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>