16 lines
338 B
Plaintext
16 lines
338 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>eShopConContainers.WebSPA</title>
|
|
<base href="/" />
|
|
<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />
|
|
</head>
|
|
|
|
<body>
|
|
@RenderBody()
|
|
</body>
|
|
|
|
</html> |