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>
|
<head>
|
||||||
<meta charset=UTF-8>
|
<meta charset=UTF-8>
|
||||||
<title>
|
<title>
|
||||||
Album
|
Album
|
||||||
|
T
|
||||||
</title>
|
</title>
|
||||||
<link rel=stylesheet type=text/css
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -16,13 +17,13 @@
|
||||||
<div class="col col-sm-8 col-md-7 py-4">
|
<div class="col col-sm-8 col-md-7 py-4">
|
||||||
<h4>
|
<h4>
|
||||||
About
|
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>
|
</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>
|
||||||
<div class="col col-sm-8 offset-md-1">
|
<div class="col col-sm-4 offset-md-1">
|
||||||
<h4>
|
<h4>
|
||||||
Contact
|
Contact
|
||||||
</h4>
|
</h4>
|
||||||
|
@ -105,5 +106,6 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</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>
|
</html>
|
Loading…
Add table
Reference in a new issue