[mod] add card

This commit is contained in:
Andy Bunce 2024-04-03 23:24:13 +01:00
parent dcd18dd3d5
commit 2b131ee71a
9 changed files with 378 additions and 117 deletions

View file

@ -1,18 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<base href="/pdf/static/"/>
<title>PDFS453 </title>
<link rel="icon" href="favicon.png">
<script type="module" src="index.js"></script>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="animations.css" />
</head>
<body>
</body>
</html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<base href="/pdf/static/" />
<title>PDFS453 </title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="/static/shoelace@2.15.0/cdn/themes/light.css" />
<script type="module" src="/static/shoelace@2.15.0/cdn/shoelace-autoloader.js"></script>
<script type="module" src="/static/shoelace@2.15.0/cdn/components/alert/alert.js"></script>
<script type="module" src="index.js"></script>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="animations.css" />
</head>
<body>
</body>
</html>