Update html examples
This commit is contained in:
parent
14d41a4b82
commit
5ea6467282
1 changed files with 10 additions and 8 deletions
|
@ -3,10 +3,11 @@
|
|||
<head>
|
||||
<meta charset=UTF-8>
|
||||
<title>
|
||||
Album
|
||||
Album
|
||||
T
|
||||
</title>
|
||||
<link rel=stylesheet type=text/css
|
||||
href=public/5.3.0/bootstrap.min.css>
|
||||
href=https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -16,13 +17,13 @@
|
|||
<div class="col col-sm-8 col-md-7 py-4">
|
||||
<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.
|
||||
</p>
|
||||
</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-8 offset-md-1">
|
||||
<div class="col col-sm-4 offset-md-1">
|
||||
<h4>
|
||||
Contact
|
||||
</h4>
|
||||
|
@ -105,5 +106,6 @@
|
|||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
<script src=public/5.3.0/bootstrap.bundle.min.js></script>
|
||||
<script
|
||||
src=https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js></script>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue