Adding vue css to layout

This commit is contained in:
Benjamin
2024-11-22 09:34:48 +01:00
parent 7c62f83dd8
commit 96f74a6b24

View File

@@ -8,6 +8,7 @@
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" /> <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" /> <link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/pointMaster.styles.css" asp-append-version="true" /> <link rel="stylesheet" href="~/pointMaster.styles.css" asp-append-version="true" />
<link rel="stylesheet" href="~/js/dist/css/app.css" asp-append-version="true" />
</head> </head>
<body> <body>
<div id="app"> <div id="app">