-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
81 lines (65 loc) · 3.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Plain ol' HTML on octohost</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<!-- Custom styles for this template -->
<link href="https://ssl.octohost.io/assets/octohost/jumbotron-narrow.css" rel="stylesheet">
<link href="https://ssl.octohost.io/assets/octohost/octohost.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="/">Home</a></li>
<li><a href="https://www.octohost.io">About</a></li>
<li><a href="https://www.octohost.io/">Contact</a></li>
</ul>
<h3 class="text-muted">octohost</h3>
</div>
<div class="jumbotron">
<a href="https://www.octohost.io"><img src="https://ssl.octohost.io/assets/octohost/octohost-300-words.png" class="img-responsive" width="200" height="200" align="right" /></a>
<h1>HTML</h1>
<p class="lead">Plain ol' HTML running on <a href="https://www.octohost.io">octohost</a>.</p>
<p><a class="btn btn-lg btn-success" href="https://www.octohost.io" role="button">Use it Free</a></p>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h4>Simple</h4>
<p>Add a <a href="http://docs.docker.io/en/latest/use/builder/" title="Dockerfiles for Images - Docker Documentation">Dockerfile</a> to your app's repository. Then git push to the octohost server. <a href="https://github.com/octohost">Examples here.</a></p>
<h4>Flexible</h4>
<p><a href="https://www.octohost.io/languages.html">Don't see a language you use?</a> They're really easy to add.</p>
<h4>Extendible</h4>
<p><a href="https://github.com/octohost/octohost/issues">We're just getting started</a>.</p>
</div>
<div class="col-lg-6">
<h4>Based on <a href="http://www.docker.io/" title="Homepage - Docker: the Linux container engine">Docker</a></h4>
<p>An open source project to pack, ship and run any application as a lightweight container.</p>
<h4>Works like <a href="https://www.heroku.com/">Heroku</a></h4>
<p>Very simple baby PaaS - git push to deploy your websites as needed.</p>
<h4>Open Source</h4>
<p><a href="https://www.octohost.io">Available</a> to try, use, deploy, extend at no cost.</p>
</div>
</div>
<div class="footer">
<div style="float:left;">© <a href="http://www.nonfiction.ca/" title="nonfiction studios - Home">nonfiction</a> 2016</div><div style="float:right;"><a href="https://twitter.com/octohost" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @octohost</a></div>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<script src="https://ssl.octohost.io/assets/octohost/ga.js"></script>
</body>
</html>