This commit is contained in:
parent
f9236e6b9d
commit
fe8895cde5
63 changed files with 584 additions and 363 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-100">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
@ -44,9 +44,10 @@
|
|||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body class="d-flex flex-column h-100">
|
||||
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light border">
|
||||
<header>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light border">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand me-auto" href="../">
|
||||
<img alt="Ayakael" src="../favicon.png" width="48" height="48" />
|
||||
|
@ -72,7 +73,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="flex-shrink-0 mt-auto">
|
||||
<div class="container" id="content">
|
||||
<h1>Bootstrap features</h1>
|
||||
|
||||
|
@ -228,17 +231,18 @@ but it also allows an extra class to be specified to change the style per bar.</
|
|||
|
||||
|
||||
<div class="pagedate text-muted">
|
||||
<span class="created">Created <time datetime="2024-09-12T13:15:12Z" class="dt-published">Thu Sep 12 13:15:12 2024</time>.</span>
|
||||
<span class="created">Created <time datetime="2024-09-17T17:36:00Z" class="dt-published">Tue Sep 17 17:36:00 2024</time>.</span>
|
||||
<span class="edited">
|
||||
|
||||
Edited <time datetime="2024-09-12T13:15:12Z">Thu Sep 12 13:15:12 2024</time>.
|
||||
Edited <time datetime="2024-09-17T17:36:00Z">Tue Sep 17 17:36:00 2024</time>.
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div> <!-- /container -->
|
||||
</main>
|
||||
|
||||
<footer class="footer pb-3 pt-3" role="contentinfo">
|
||||
<footer class="footer mt-auto bg-light py-2" role="contentinfo">
|
||||
<div class="container">
|
||||
<div class="row text-muted">
|
||||
<div class="col-sm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue