-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbs.html
24 lines (20 loc) · 1 KB
/
bs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<meta charset="utf-8">
<div id="header"></div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script>$( "#header" ).load( "includes/header.txt" );</script>
<header class="main">
<div class="body text-center">
<h1>Bootstrap</h1>
</div>
<div class="container p">
<br>
<h5>Bootstrap</h5>
<br>
<p>- <a href="https://github.com/ribafs/startbootstrap-simple-sidebar">https://github.com/ribafs/startbootstrap-simple-sidebar</a></p>
<p>- <a href="https://github.com/ribafs/startbootstrap-sb-admin">https://github.com/ribafs/startbootstrap-sb-admin</a></p>
<p>- <a href="https://github.com/ribafs/matrix-admin-bt5">https://github.com/ribafs/matrix-admin-bt5</a></p>
<p>- <a href="https://github.com/ribafs/simple-bootstrap-5-dashboard">https://github.com/ribafs/simple-bootstrap-5-dashboard</a></p>
</div>
</header>
<div id="footer"></div>
<script>$( "#footer" ).load( "includes/footer.txt" );</script>