-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.html
25 lines (21 loc) · 1021 Bytes
/
css.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>CSS</h1>
</div>
<div class="container p">
<br><br>
<h5>CSS</h5>
<br>
<p>- <a href="https://github.com/ribafs/hamburgers">https://github.com/ribafs/hamburgers</a></p>
<p>- <a href="https://github.com/ribafs/login-html-css">https://github.com/ribafs/login-html-css</a></p>
<p>- <a href="https://github.com/ribafs/page-login">https://github.com/ribafs/page-login</a></p>
<p>- <a href="https://github.com/ribafs/simple-grid">https://github.com/ribafs/simple-grid</a></p>
<p>- <a href="https://github.com/ribafs/telalogin-css">https://github.com/ribafs/telalogin-css</a></p>
</div>
</header>
<div id="footer"></div>
<script>$( "#footer" ).load( "includes/footer.txt" );</script>