mirror of
https://github.com/rudollee/LearningMVC.git
synced 2025-06-07 07:56:14 +00:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>@ViewBag.Title</title>
|
|
</head>
|
|
<body>
|
|
<div class="container body-content">
|
|
@RenderBody()
|
|
</div>
|
|
</body>
|
|
</html> |