change favicon and not found page

This commit is contained in:
Дмитрий Шиманский
2023-10-22 17:10:57 +03:00
parent 35368f4d7c
commit ed26d52da8
3 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
@page
@{
Layout = null;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="~/favicon.ico" />
<title>@ViewData["Title"] - yaflay.ru</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />