assignment 2
This commit is contained in:
11 files changed
+199
-79
No files matched your search
@@ -8,3 +8,17 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
||||
</head>
|
||||
<body class="bg-gray-700">
|
||||
<nav class="w-full bg-gray-500 h-15 text-white flex flex-col justify-center">
|
||||
<div class="flex flex-row justify-between px-10 lg:px-20">
|
||||
<div class="w-full">
|
||||
Super duper cool app!
|
||||
</div>
|
||||
<div class="flex flex-row justify-between">
|
||||
<a class="mx-4 lg:mx-12" href="/">Home</a>
|
||||
<% if (authenticated) { %>
|
||||
<a href="/logout">Logout</a>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
Reference in new issue
Block a user