-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsgbd.html
29 lines (21 loc) · 956 Bytes
/
sgbd.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
25
26
27
28
<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>SGBD</h1>
</div>
<div class="container p my-5">
<br>
<h5>- <a href="https://github.com/ribafs/sgbd">https://github.com/ribafs/sgbd</a></h5>
<br><br>
<h5>- MySQL</h5>
<p> - <a href="https://github.com/ribafs/joins">https://github.com/ribafs/joins</a></p>
<p> - <a href="https://github.com/ribafs/MySQL-JOINS">https://github.com/ribafs/MySQL-JOINS<a/></p>
<h5>- PostgreSQL</h5>
<p> - <a href="https://github.com/ribafs/postgresql">https://github.com/ribafs/postgresql - Muito conteúdo</a></p>
</div>
</header>
<div id="footer"></div>
<script>$( "#footer" ).load( "includes/footer.txt" );</script>