feat(style): simple card

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 22:49:17 +01:00
parent f616d8f24e
commit 892858567f
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
8 changed files with 235 additions and 9 deletions

View file

@ -10,7 +10,7 @@
{{template "opengraph-base" .SEO}}
</head>
<body>
{{template "body" .}}
{{template "body" .Data}}
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>
</html>