basic implementation of add button

This commit is contained in:
J-Klinke
2024-06-17 15:11:16 +02:00
parent b3f5c43a94
commit 5a682e1800
2 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
<link rel="stylesheet" href="main.css">
</head>
<body>
<svg id="add-btn" width="100" height="100">
<polygon onclick="console.log('ahhhh')" points="0, 0, 0, 100, 100, 0" fill="yellow" />
<text x="25" y="25" >+</text>
</svg>
<main>
<header>
<h1>Welcome to DataDash</h1>