mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
12 lines
228 B
Plaintext
Executable File
12 lines
228 B
Plaintext
Executable File
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>NodeServices Examples</title>
|
|
</head>
|
|
<body>
|
|
@RenderBody()
|
|
@RenderSection("scripts", required: false)
|
|
</body>
|
|
</html>
|