From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。
---
MudBlazorTemplates1/wwwroot/index.html | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/MudBlazorTemplates1/wwwroot/index.html b/MudBlazorTemplates1/wwwroot/index.html
new file mode 100644
index 0000000..97af48a
--- /dev/null
+++ b/MudBlazorTemplates1/wwwroot/index.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
+ <title>MudBlazorTemplates1</title>
+ <base href="/" />
+ <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
+ <link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
+ <link href="manifest.json" rel="manifest" />
+ <link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
+</head>
+
+<body>
+ <div id="app">Loading...</div>
+
+ <div id="blazor-error-ui">
+ An unhandled error has occurred.
+ <a href="" class="reload">Reload</a>
+ <a class="dismiss">🗙</a>
+ </div>
+ <script src="_framework/blazor.webassembly.js"></script>
+ <script src="_content/MudBlazor/MudBlazor.min.js"></script>
+ <script>navigator.serviceWorker.register('service-worker.js');</script>
+</body>
+
+</html>
\ No newline at end of file
--
Gitblit v1.10.0