58 lines
No EOL
1.9 KiB
HTML
58 lines
No EOL
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang=en>
|
|
<head>
|
|
<meta charset=UTF-8>
|
|
<title>Album</title>
|
|
<link rel=stylesheet type=text/css
|
|
href=public/5.3.0/bootstrap.min.css>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class=collapse id=navbarHeader>
|
|
<div class=container>
|
|
<div class=row>
|
|
<div class="col col-sm-8 col-md-7">
|
|
<h4>About
|
|
<p class=text-body-secondary>Add some information about the album below, the
|
|
author, or any other background context. Make it a few sentences long so folks
|
|
can pick up some informative tidbits. Then, link them off to some social
|
|
networking sites or contact information.
|
|
</h4>
|
|
</div>
|
|
<div class="col col-sm-8 offset-md-1">
|
|
<h4>Contact</h4>
|
|
<ul class=list-unstyled>
|
|
<li><a class=text-white href=#>Follow on Twitter</a>
|
|
<li><a class=text-white href=#>Like on Facebook</a>
|
|
<li><a class=text-white href=#>Email me</a>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<nav class="navbar ">
|
|
<div class=container>
|
|
<a class=navbar-brand href=#>Album</a>
|
|
<button class="navbar-toggler collapsed"
|
|
type=button data-bs-toggle=collapse
|
|
data-bs-target=#navbarHeader
|
|
aria-controls=navbarHeader
|
|
aria-expanded=false
|
|
aria-label="Toggle navigation"><span class=navbar-toggler-icon></span></button>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
foo
|
|
</main>
|
|
<footer class="text-body-secondary py-4">
|
|
<div class=container>
|
|
<p class="float-end mb-1"><a href=#>Back to top</a>
|
|
<p class=mb-1>Album example is © Bootstrap, but please download and customize it
|
|
for yourself!
|
|
<p class=mb-0>New to Bootstrap? <a href="/">Visit the homepage</a> or read our <a
|
|
href="/docs/5.3/getting-started/introduction/">getting started guide</a>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |