Add references to tarotcard.css files

This commit is contained in:
The Magician 2023-12-02 17:39:37 +00:00
parent 21ec5eac11
commit 74562e0b55
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<link rel="stylesheet" href="./styles/common.css"> <link rel="stylesheet" href="./styles/common.css">
<link rel="stylesheet" href="./styles/starfield.css"> <link rel="stylesheet" href="./styles/starfield.css">
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard.css">
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-deal.css">
<link rel="stylesheet" href="./node_modules/@themagician23/tarotcard.css/tarotcard-flip.css">
<title>The Magician</title> <title>The Magician</title>
</head> </head>