Add cards public page

This commit is contained in:
2026-06-23 17:11:38 +02:00
parent f722aa4b85
commit 75290bcee7
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Styleguide Cards Public Page</title>
<link rel="stylesheet" href="../styleguide.css">
</head>
<body class="sg-page-cards-public-page">
<h1 class="sg-main-heading">Components Cards Public Page</h1>
<main aria-label="Cards Public Page">
</main>
</body>
</html>
+1
View File
@@ -28,6 +28,7 @@
<ul class="sg-index-list">
<li><a href="./components/cards.html">Cards</a></li>
<li><a href="./components/cards-public-page.html">Cards Public Page</a></li>
<li><a href="./components/interactive-elements.html">Interactive Elements</a></li>
<li><a href="./components/charts.html">Charts</a></li>
<li><a href="./components/data-display.html">Data Display</a></li>