Files
JavaScriptServices/samples/misc/Webpack/Views/Home/Index.cshtml
2016-03-01 01:10:43 +00:00

11 lines
158 B
Plaintext
Executable File

@{
ViewData["Title"] = "Home Page";
}
<h1>Hello</h1>
Hi there. Enter some text: <input />
@section scripts {
<script src="dist/main.js"></script>
}