Skip to content

Commit 460d276

Browse files
committed
Add missing snapshot
1 parent 724a082 commit 460d276

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<nav class="container mx-auto">
3+
<ol class="p-4 rounded flex flex-wrap bg-gray-300 text-sm text-gray-800">
4+
<li>
5+
<a href="http://localhost" class="text-blue-600 hover:text-blue-900 hover:underline focus:text-blue-900 focus:underline">
6+
Home
7+
</a>
8+
</li>
9+
<li class="text-gray-500 px-2">
10+
/
11+
</li>
12+
<li>
13+
Blog
14+
</li>
15+
<li class="text-gray-500 px-2">
16+
/
17+
</li>
18+
<li>
19+
Sample Category
20+
</li>
21+
</ol>
22+
</nav>

0 commit comments

Comments
 (0)