Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 06e57d4

Browse files
author
Manuel Proß
committed
wip(web): add list for testing styles
1 parent 3813fa6 commit 06e57d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

web/src/app/page.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ export default function Home() {
2727
<a className="link" href="#">
2828
asdf
2929
</a>
30+
<br></br>
31+
<ul className="list">
32+
<li>
33+
<span>test</span>
34+
</li>
35+
<li>
36+
<span>test</span>
37+
</li>
38+
<li>
39+
<span>test</span>
40+
</li>
41+
</ul>
42+
<button className="btn-primary">test</button>
3043
</main>
3144
);
3245
}

0 commit comments

Comments
 (0)