|
|
@@ -5,10 +5,10 @@ |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
<title>@ViewData["Title"] - LLamaSharp Web</title> |
|
|
<title>@ViewData["Title"] - LLamaSharp Web</title> |
|
|
<link rel="stylesheet" href="~/lib/bootstrap/css/bootstrap.min.css" /> |
|
|
<link rel="stylesheet" href="~/lib/bootstrap/css/bootstrap.min.css" /> |
|
|
<link href="~/lib/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet" /> |
|
|
|
|
|
<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="~/LLama.Web.styles.css" asp-append-version="true" /> |
|
|
<link rel="stylesheet" href="~/LLama.Web.styles.css" asp-append-version="true" /> |
|
|
<link rel="icon" href="~/image/llama-sharp.png" sizes="32x32" type="image/png"> |
|
|
<link rel="icon" href="~/image/llama-sharp.png" sizes="32x32" type="image/png"> |
|
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<header> |
|
|
<header> |
|
|
|