-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframework.html
60 lines (38 loc) · 2.29 KB
/
framework.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<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>Frameworks</h1>
</div>
<div class="container p">
<br>
<h5><a href="laravel.html">Clique aqui para acessar sobre Laravel</a></h5>
<hr>
<h5>Lumen</h5>
<p> - <a href="https://github.com/ribafs/lumen-boilerplate">https://github.com/ribafs/lumen-boilerplate</a></p>
<hr>
<h5>Slim</h5>
<p> - <a href="https://github.com/ribafs/crud_slim4">https://github.com/ribafs/crud_slim4</a></p>
<p> - <a href="https://github.com/ribafs/todo-slim4">https://github.com/ribafs/todo-slim4</a></p>
<h5>Codeigniter</h5>
<hr>
<p> - <a href="https://github.com/ribafs/ci4-appstarter">https://github.com/ribafs/ci4-appstarter</a></p>
<p> - <a href="https://github.com/ribafs/codeigniter4-permits">https://github.com/ribafs/codeigniter4-permits</a></p>
<p> - <a href="https://github.com/ribafs/codeigniter4login">https://github.com/ribafs/codeigniter4login</a></p>
<p> - <a href="https://github.com/ribafs/simple-crud-codeigniter4">https://github.com/ribafs/simple-crud-codeigniter4</a></p>
<p> - <a href="https://github.com/ribafs/ci4-CRUD-Bootstrap4">https://github.com/ribafs/ci4-CRUD-Bootstrap4</a></p>
<p> - <a href="https://github.com/ribafs/codeigniter4-crud">https://github.com/ribafs/codeigniter4-crud</a></p>
<p> - <a href="https://github.com/ribafs/codeigniter-crud-example">https://github.com/ribafs/codeigniter-crud-example</a></p>
<p> - <a href="https://github.com/ribafs/crud-codeigniter4">https://github.com/ribafs/crud-codeigniter4</a></p>
<hr>
<h5>CakePHP</h5>
<p> - <a href="https://github.com/ribafs/cakephp">https://github.com/ribafs/cakephp</a></p>
<p> - <a href="https://github.com/ribafs/admin-br">https://github.com/ribafs/admin-br</a></p>
<p> - <a href="https://github.com/ribafs/cakephp4">https://github.com/ribafs/cakephp4</a></p>
<p> - <a href="https://github.com/ribafs/CakePHP-version-4-tutorial-Source">https://github.com/ribafs/CakePHP-version-4-tutorial-Source</a></p>
</div>
</header>
<div id="footer"></div>
<script>$( "#footer" ).load( "includes/footer.txt" );</script>