-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
29 lines (23 loc) · 856 Bytes
/
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
---
layout: default
---
<div class="container">
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<h1 class='hero-title'>
<div class="separator p-t-3"></div>
<div>
Welcome to <span class='text-primary'>yourown-bootstrap4</span>
</div>
</h1>
<div class="separator p-t-3"></div>
<div class="hero-description">
This is index.html, the default page.
</div>
<div class="separator p-t-1"></div>
<div class="hero-description">
Modify the Bootstrap distribution as stated in the docs, and check all assets of Bootstrap <a href="{{ "/all.html" | prepend: site.baseurl | prepend: site.url }}">here</a>
</div>
</div><!-- ./col -->
</div><!-- ./row -->
</div><!-- ./container -->