mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
15 lines
335 B
Plaintext
Executable File
15 lines
335 B
Plaintext
Executable File
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>ReactExample</title>
|
|
<link rel="stylesheet" href="/main.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
@RenderBody()
|
|
</div>
|
|
@RenderSection("scripts", required: false)
|
|
</body>
|
|
</html>
|