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
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<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>
|
||||
<header>
|
||||
<%- include("./partials/navBar") %>
|
||||
</header>
|
||||
The More Page
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in new issue
Block a user