Files
JavaScriptServices/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml

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>