user-auth store frontend css v1

This commit is contained in:
2023-01-02 17:09:16 +05:30
parent ca6e6e88ce
commit 9eabcb9e0d
34 changed files with 20189 additions and 6 deletions

View File

@@ -3,8 +3,12 @@
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="data:image/x-icon;,">
<link data-trunk rel="css" href="css/index.css" />
<base data-trunk-public-url/>
<link data-trunk rel="css" href="css/index.css" />
<link data-trunk rel="copy-dir" href="static" />
<link rel="stylesheet" href="/assets/tailwind.css"/>
<link rel="stylesheet" href="/assets/static/fontawesome/css/fontawesome.css"/>
<link rel="stylesheet" href="/assets/static/fontawesome/css/solid.css"/>
<base data-trunk-public-url/>
<title>Book Manager</title>
</head>
<body></body>