Add bootstrap and basic layout

This commit is contained in:
2025-09-24 16:39:08 +09:00
parent 7a710057b9
commit 2ab583cb17
9 changed files with 244 additions and 5 deletions

View File

@ -5,6 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<link rel="stylesheet" href="bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="Hcs.WebApp.styles.css" />
<HeadOutlet />