mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
11 lines
205 B
Plaintext
Executable File
11 lines
205 B
Plaintext
Executable File
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div id="react-app">Loading...</div>
|
|
|
|
@section scripts {
|
|
<script src="/dist/vendor.bundle.js"></script>
|
|
<script src="/dist/main.js"></script>
|
|
}
|