feature/most nav bar functionality done
This commit is contained in:
1 parent
50dab82945
commit
02a8374a58
7 files changed
+120
-4
No files matched your search
+5
-1
@@ -4,11 +4,15 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
The Index page
|
||||
<header>
|
||||
<%- include("./partials/navBar") %>
|
||||
</header>
|
||||
The Index Page
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in new issue
Block a user