-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (60 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A boilerplate for creating web pages quickly with webpack and bootstrap.">
<meta name="keywords" content="bootstap, webpack, website, template, HTML, CSS, JavaScript">
<meta name="author" content="ZachTRice">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#2d89ef">
<meta name="apple-mobile-web-app-title" content="bootpack">
<meta name="application-name" content="bootpack">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>bootpack</title>
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div id="page" class="bp">
<a class="skip-link sr-only" href="#content">Skip to content</a>
<header id="header" class="bp-header">
<div class="bp-banner">
<div class="container">
<div class="row">
<div class="col-12 col-sm-6 offset-sm-3">
<h1 class="img-wrap">
<a href="https://github.com/bootpack" class="link link=logo" title="bootpack">
<img src="images/logo.svg" class="logo img-fluid mx-auto d-block" alt="bootpack" />
</a>
</h1>
<h2 class="bp-tagline sr-only">Boilerplates for webpack and bootstrap</h2>
</div>
</div>
</div>
</div>
</header>
<div id="body" class="bp-body">
<div class="container">
<main id="content" class="bp-content">
<article class="bp-article">
<div class="row">
<div class="col col-primary col-12 col-sm-9 offset-sm-1 col-md-8 offset-md-2 col-lg-6 offset-lg-3">
<p class="h2"><a href="https://github.com/bootpack" class="link primary" title="github.com/bootpack">bootpack</a></p>
<ul class="list list-primary">
<li><a href="https://github.com/bootpack/bootpack" class="link secondary" title="github.com/bootpack/bootpack">bootpack</a></li>
<li><a href="https://github.com/bootpack/bootpack-reactstrap" class="link secondary" title="github.com/bootpack/bootpack-reactstrap">bootpack-reactstrap</a></li>
</ul>
</div>
</div>
</article>
</main>
</div>
</div>
</div>
</body>
</html>