Add project files.
This commit is contained in:
23
MauiApp2/MauiApp2.Web/Components/App.razor
Normal file
23
MauiApp2/MauiApp2.Web/Components/App.razor
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<base href="/" />
|
||||
<ResourcePreloader />
|
||||
<link rel="stylesheet" href="_content/MauiApp2.Shared/lib/bootstrap/dist/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="_content/MauiApp2.Shared/app.css" />
|
||||
<link rel="stylesheet" href="MauiApp2.Web.styles.css" />
|
||||
<ImportMap />
|
||||
<link rel="icon" type="image/png" href="_content/MauiApp2.Shared/favicon.png" />
|
||||
<HeadOutlet @rendermode="InteractiveServer" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<Routes @rendermode="InteractiveServer" />
|
||||
<ReconnectModal />
|
||||
<script src="@Assets["_framework/blazor.web.js"]"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user