104 lines
No EOL
2.7 KiB
HTML
104 lines
No EOL
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang=de>
|
||
<head>
|
||
<meta charset=utf-8>
|
||
<meta name=viewport content="width=device-width, initial-scale=1">
|
||
<title>
|
||
Album
|
||
</title>
|
||
<link rel=stylesheet type=text/css
|
||
href=https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/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 py-4">
|
||
<h4>
|
||
About
|
||
</h4>
|
||
<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.
|
||
</p>
|
||
</div>
|
||
<div class="col col-sm-4 offset-md-1">
|
||
<h4>
|
||
Contact
|
||
</h4>
|
||
<ul class=list-unstyled>
|
||
<li>
|
||
<a class="text-white " href=#>
|
||
Follow on Twitter
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a class="text-white " href=#>
|
||
Like on Facebook
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a class="text-white " href=#>
|
||
Email me
|
||
</a>
|
||
</li>
|
||
</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>
|
||
<h1 class=fw-light>
|
||
Album example
|
||
</h1>
|
||
<p class="lead text-body-secondary ">
|
||
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not
|
||
too short so folks don’t simply skip over it entirely.
|
||
</p>
|
||
<p>
|
||
<button class="btn btn-primary" type=button>
|
||
Main call to action
|
||
</button>
|
||
</p>
|
||
</main>
|
||
<footer class="text-body-secondary p-5 ">
|
||
<div class=container>
|
||
<p class="float-end mb-1">
|
||
<a href=#>
|
||
Back to top
|
||
</a>
|
||
</p>
|
||
<p class=mb-1>
|
||
Album example is © Bootstrap, but please download and customize it for yourself!
|
||
</p>
|
||
<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>
|
||
</p>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
<script
|
||
src=https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js></script>
|
||
</html> |