Files
JavaScriptServices/samples/misc/Webpack/Views/Home/Index.cshtml
2016-02-12 14:22:37 -08:00

11 lines
168 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>
}