-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnest.html
23 lines (17 loc) · 845 Bytes
/
nest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>NestJS</h1>
</div>
<div class="container p my-5">
<br>
<p>- <a href="https://github.com/ribafs/nestjs-typeorm-paginate">https://github.com/ribafs/nestjs-typeorm-paginate</a></p>
<p>- <a href="https://github.com/ribafs/todo-client-nest">https://github.com/ribafs/todo-client-nest</a></p>
<p>- <a href="https://github.com/ribafs/fabrica-nestjs">https://github.com/ribafs/fabrica-nestjs</a></p>
</div>
</header>
<div id="footer"></div>
<script>$( "#footer" ).load( "includes/footer.txt" );</script>