9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
|
|
@{
|
|
ViewData["Title"] = "Bootstrap_test";
|
|
Layout = "~/Views/Shared/_Layout_Engineering.cshtml";
|
|
}
|
|
|
|
<h1>Bootstrap_test</h1>
|
|
|