-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#555555">
<link rel="shortcut icon" href="./dist/img/favicon/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="./dist/img/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="./dist/img/favicon/favicon-32x32.png">
<link rel="stylesheet" href="./dist/css/app.css">
<title>Bootstrap 4 Boilerplate</title>
</head>
<body class="h-100">
<div class="container d-flex h-100 align-items-center justify-content-center">
<div class="text-center text-sm-left mb-5">
<h1>Bootstrap 4 Boilerplate</h1>
<h3>Bundled with Webpack // Managed by Laravel Mix</h3>
<ul class="row list-unstyled">
<li class="col-sm-4">
<a href="https://github.com/CarloBernardi/bootstrap-boilerplate" target="_blank">
<i class="fa fa-fw fa-github"></i>
Github
</a>
</li>
<li class="col-sm-4 text-sm-center">
<a href="https://github.com/JeffreyWay/laravel-mix" target="_blank">
<i class="fa fa-fw fa-terminal"></i>
Laravel Mix
</a>
</li>
<li class="col-sm-4 text-sm-right">
<a href="http://getbootstrap.com/docs/" target="_blank">
<i class="fa fa-fw fa-book"></i>
Bootstrap 4
</a>
</li>
</ul>
</div>
</div>
</body>
<script src="./dist/js/manifest.js"></script>
<script src="./dist/js/vendor.js"></script>
<script src="./dist/js/app.js"></script>
</html>