mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
11 lines
158 B
Plaintext
Executable File
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>
|
|
}
|