creating button, cards and tooltip

This commit is contained in:
MastersGame
2026-01-31 12:16:10 +01:00
parent 061def1002
commit 9773e9b990
61 changed files with 6897 additions and 75 deletions

View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>QdDesignDemo</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto"
rel="stylesheet">
</head>
<body>
<app-root></app-root>
</body>
</html>