Files
JavaScriptServices/samples/misc/NodeServicesExamples/Views/Shared/_Layout.cshtml
2017-02-22 13:27:18 +00:00

13 lines
295 B
Plaintext
Executable File

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>NodeServices Examples</title>
<link rel="stylesheet" href="~/css/chartist.min.css" />
</head>
<body>
@RenderBody()
@RenderSection("scripts", required: false)
</body>
</html>