We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891c683 commit 901e025Copy full SHA for 901e025
src/views/about.ejs
@@ -9,5 +9,6 @@
9
</head>
10
<body>
11
<%- include('partials/navigation') %>
12
+ <%- include('partials/footer') %>
13
</body>
14
</html>
src/views/contact.ejs
@@ -10,5 +10,6 @@
<h1>contact</h1>
15
src/views/index.ejs
@@ -12,6 +12,6 @@
<header class="container bg-dark vh-100 d-flex justify-content-center align-items-center">
<img src="/img/jaba.png" alt="" class="w-25">
</header>
-
16
17
src/views/partials/footer.ejs
@@ -0,0 +1 @@
1
+<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
0 commit comments