0
0
MyDarling/Views/Bundle/Show.cshtml

15 lines
152 B
Plaintext
Raw Normal View History

2023-02-06 07:11:05 +03:00
<!DOCTYPE html>
<html>
<head>
<title>@Model?.Name</title>
</head>
<body>
<p>@Model?.Name</p>
<p>@Model?.Description</p>
</body>
</html>