mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-20 22:29:36 +08:00
content is slowly being fleshed out
This commit is contained in:
7
document_root/css/starter-template.css
Normal file
7
document_root/css/starter-template.css
Normal file
@@ -0,0 +1,7 @@
|
||||
body {
|
||||
padding-top: 50px;
|
||||
}
|
||||
.starter-template {
|
||||
padding: 40px 15px;
|
||||
text-align: center;
|
||||
}
|
@@ -14,7 +14,7 @@
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
|
||||
<!-- Optional theme -->
|
||||
<link rel="stylesheet" href="https://raw.githubusercontent.com/twbs/bootstrap/master/docs/examples/starter-template/starter-template.css">
|
||||
<link rel="stylesheet" href="css/starter-template.css">
|
||||
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
@@ -36,7 +36,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#">Project name</a>
|
||||
<a class="navbar-brand" href="#">sslip.io</a>
|
||||
</div>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
@@ -51,8 +51,15 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="starter-template">
|
||||
<h1>Bootstrap starter template</h1>
|
||||
<p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
|
||||
<h1>sslip.io</h1>
|
||||
<p class="lead">Wildcard DNS and Valid SSL Certificates for Everyone.</p>
|
||||
<p>During development there are times when we need a valid SSL certificate;
|
||||
sslip.io meets that need. It uses a wildcard DNS matched with a valid wildcard
|
||||
SSL certificate and key.</p>
|
||||
<h2>How it works</h2>
|
||||
<p class="lead">Your server's fully-qualified must have the format:
|
||||
<b><i>w-x-y-z</i>.sslip.io.</b>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div><!-- /.container -->
|
||||
|
Reference in New Issue
Block a user