mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 09:37:45 +00:00
12 lines
221 B
Plaintext
Executable File
12 lines
221 B
Plaintext
Executable File
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>ES2015 Example</title>
|
|
</head>
|
|
<body>
|
|
@RenderBody()
|
|
@RenderSection("scripts", required: false)
|
|
</body>
|
|
</html>
|