38 lines
No EOL
1.2 KiB
Text
38 lines
No EOL
1.2 KiB
Text
@{
|
|
if (ViewBag.Title == null) ViewBag.Title = "unknown";
|
|
}
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<title>neroduckale's @ViewBag.Title</title><link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/style.css"/>
|
|
<meta name="viewport" content="initial-scale=0.75 user-scalable=no" />
|
|
<meta charset="UTF-8"/>
|
|
@* <meta name="viewport" content="width=device-width, initial-scale=1.5"/> *@
|
|
<meta name="yandex-verification" content="0f72236b9c9df6c5" />
|
|
</head>
|
|
<body>
|
|
|
|
<header class="header">
|
|
<nav class="header-links">
|
|
<a class="mainpage" asp-page="index">neroduckale</a>
|
|
<div class="header-linkss">
|
|
<a class="header-link" asp-page="ygolek">ygolek</a>
|
|
<a class="header-link" asp-page="about">about </a>
|
|
<a class="header-link" asp-page="users">users </a>
|
|
</div>
|
|
<button class="mobilenav"></button>
|
|
</nav>
|
|
|
|
|
|
</header>
|
|
|
|
<div class="content">
|
|
@RenderBody()
|
|
</div>
|
|
|
|
</body>
|
|
</html> |