Reorganize source code in preparation to move into aspnet/AspNetCore

Prior to reorganization, this source code was found in ea3a7bc897
This commit is contained in:
Ryan Brandenburg
2018-11-19 16:14:42 -08:00
parent ea3a7bc897
commit f6f7628718
220 changed files with 0 additions and 570 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>@ViewData["Title"]</title>
<environment names="Production">
<link rel="stylesheet" href="dist/my-styles.css" />
</environment>
</head>
<body>
@RenderBody()
@RenderSection("scripts", required: false)
</body>
</html>