Skip to content

Commit 901e025

Browse files
committed
Agregando script JS y finalizando example
1 parent 891c683 commit 901e025

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/views/about.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
</head>
1010
<body>
1111
<%- include('partials/navigation') %>
12+
<%- include('partials/footer') %>
1213
</body>
1314
</html>

src/views/contact.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
<body>
1111
<%- include('partials/navigation') %>
1212
<h1>contact</h1>
13+
<%- include('partials/footer') %>
1314
</body>
1415
</html>

src/views/index.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<header class="container bg-dark vh-100 d-flex justify-content-center align-items-center">
1313
<img src="/img/jaba.png" alt="" class="w-25">
1414
</header>
15-
15+
<%- include('partials/footer') %>
1616
</body>
1717
</html>

src/views/partials/footer.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>

0 commit comments

Comments
 (0)