mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-06 08:06:53 +08:00
Reflow using Atom
Not 100% to my liking, but good enough.
This commit is contained in:
@@ -3,5 +3,5 @@ body {
|
|||||||
}
|
}
|
||||||
.starter-template {
|
.starter-template {
|
||||||
padding: 40px 15px;
|
padding: 40px 15px;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
@@ -1,78 +1,59 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en"> <head> <meta charset="utf-8"> <meta
|
||||||
<head>
|
http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"
|
||||||
<meta charset="utf-8">
|
content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must*
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
come first in the head; any other head content must come *after* these tags -->
|
||||||
<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>
|
<title>Welcome to sslip.io</title> <meta name="description"
|
||||||
<meta name="description" content="sslip.io">
|
content="sslip.io"> <meta name="author" content="Brian Cunnie"> <!-- Latest
|
||||||
<meta name="author" content="Brian Cunnie">
|
compiled and minified CSS --> <link rel="stylesheet"
|
||||||
<!-- Latest compiled and minified CSS -->
|
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
|
||||||
|
|
||||||
<!-- Optional theme -->
|
<!-- Optional theme --> <link rel="stylesheet"
|
||||||
<link rel="stylesheet" href="css/starter-template.css">
|
href="css/starter-template.css">
|
||||||
|
|
||||||
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
|
||||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
queries --> <!-- WARNING: Respond.js doesn't work if you view the page via
|
||||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
file:// --> <!--[if lt IE 9]> <script
|
||||||
<!--[if lt IE 9]>
|
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
<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>
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]--> </head>
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
<nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container">
|
||||||
<div class="container">
|
<div class="navbar-header"> <button type="button" class="navbar-toggle
|
||||||
<div class="navbar-header">
|
collapsed" data-toggle="collapse" data-target="#navbar"
|
||||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle
|
||||||
<span class="sr-only">Toggle navigation</span>
|
navigation</span> <span class="icon-bar"></span> <span
|
||||||
<span class="icon-bar"></span>
|
class="icon-bar"></span> <span class="icon-bar"></span> </button> <a
|
||||||
<span class="icon-bar"></span>
|
class="navbar-brand" href="#">sslip.io</a> </div> <div id="navbar"
|
||||||
<span class="icon-bar"></span>
|
class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li
|
||||||
</button>
|
class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li>
|
||||||
<a class="navbar-brand" href="#">sslip.io</a>
|
<li><a href="#contact">Contact</a></li> </ul> </div><!--/.nav-collapse -->
|
||||||
</div>
|
</div> </nav>
|
||||||
<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="container">
|
||||||
|
|
||||||
<div class="starter-template">
|
<div class="starter-template"> <h1>sslip.io</h1> <p class="lead">Wildcard
|
||||||
<h1>sslip.io</h1>
|
DNS and Valid SSL Certificates for Everyone.</p> <p><b>sslip.io</b>
|
||||||
<p class="lead">Wildcard DNS and Valid SSL Certificates for Everyone.</p>
|
combines a wildcard DNS matched with a valid wildcard SSL certificate and
|
||||||
<p>During development there are times when we need a valid SSL certificate;
|
key to provide valid SSL certificates.</p> <h2>How it works</h2> <p
|
||||||
sslip.io meets that need. It uses a wildcard DNS matched with a valid wildcard
|
class="lead">Your server's fully-qualified domain name (FQDN) will the
|
||||||
SSL certificate and key.</p>
|
format <b><i>w-x-y-z</i>.sslip.io</b>, where "w-x-y-z" is the IPv4 address
|
||||||
<h2>How it works</h2>
|
of your server, with dashes rather than dots separating each octet. </p>
|
||||||
<p class="lead">Your server's fully-qualified must have the format:
|
<p>For example, this web server's FQDN is </p> </div>
|
||||||
<b><i>w-x-y-z</i>.sslip.io.</b>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><!-- /.container -->
|
</div><!-- /.container -->
|
||||||
|
|
||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript ================================================== --> <!--
|
||||||
================================================== -->
|
Placed at the end of the document so the pages load faster --> <!-- jQuery
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
(necessary for Bootstrap's JavaScript plugins) --> <script
|
||||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!--
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
Latest compiled and minified JavaScript --> <script
|
||||||
<!-- Latest compiled and minified JavaScript -->
|
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <!--
|
||||||
<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
|
||||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
src="https://raw.githubusercontent.com/twbs/bootstrap/master/docs/assets/js/ie10-viewport-bug-workaround.js"></script>
|
||||||
<script src="https://raw.githubusercontent.com/twbs/bootstrap/master/docs/assets/js/ie10-viewport-bug-workaround.js"></script>
|
|
||||||
|
|
||||||
</body>
|
</body> </html>
|
||||||
</html>
|
|
||||||
|
Reference in New Issue
Block a user