random blazor stuff added

This commit is contained in:
Norm Rasmussen
2022-06-21 17:10:18 -04:00
parent 59aaf84c10
commit 13406d1b6a
924 changed files with 114168 additions and 3137 deletions

View File

@ -1,8 +0,0 @@
@page "/"
@namespace Account_SQLite.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
Layout = "_Layout";
}
<component type="typeof(App)" render-mode="ServerPrerendered" />

View File

@ -0,0 +1,2 @@
@page "/"
@using Account_SQLite.Pages

View File

@ -1,32 +0,0 @@
@using Microsoft.AspNetCore.Components.Web
@namespace Account_SQLite.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="~/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link href="css/site.css" rel="stylesheet" />
<link href="Account_SQLite.styles.css" rel="stylesheet" />
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
</head>
<body>
@RenderBody()
<div id="blazor-error-ui">
<environment include="Staging,Production">
An error has occurred. This application may no longer respond until reloaded.
</environment>
<environment include="Development">
An unhandled exception has occurred. See browser dev tools for details.
</environment>
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.server.js"></script>
</body>
</html>

View File

@ -0,0 +1,2 @@
@using Microsoft.AspNetCore.Components.Web
@using Account_SQLite.Pages