Add cards public page
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user