mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-13 02:53:49 +00:00
feat(*): Add initial scaffolding
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<nav class="bg-gray-900 text-white px-4 py-3 flex items-center justify-between">
|
||||
<div class="font-bold text-lg">
|
||||
<a href="/">Assessment Agent</a>
|
||||
</div>
|
||||
<ul class="flex gap-6">
|
||||
<li><a href="/upload" class="hover:underline">Upload</a></li>
|
||||
<li><a href="/results" class="hover:underline">Results</a></li>
|
||||
<li><a href="/about" class="hover:underline">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user