-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
29 lines (26 loc) · 1.05 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
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://nhomar.github.io/theme/css/bootstrap.vauxoo.min.css">
<link rel="stylesheet" href="/css/custom.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron img" style="color: #fff;background-image: url('/images/back.jpg');">
<div class="container">
<h1>Vauxoo's Public documentation</h1>
<p class="lead">You will find a set of public documentation available
from Vauxoo for community.</p>
<a class="btn btn-lg btn-default" href="html">Go to Index</a>
</div>
</div>
<footer>
<div class="container text-right">
<small class="">Powered by <a href="http://www.vauxoo.com">Vauxoo</a></small>
</div>
</footer>
</body>
</html>