23 lines
633 B
Plaintext
23 lines
633 B
Plaintext
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@{ Layout = null; }
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="noindex,nofollow">
|
|
<meta name="author" content="brothers">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="expires" content="0">
|
|
<base href="~/">
|
|
<title>zero frontend</title>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<ul>
|
|
<li><a href="~/Account/Index">Account</a></li>
|
|
<li><a href="~/zero">Backoffice</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |