Initial commit

This commit is contained in:
wsc-admin
2026-04-02 19:35:57 +09:00
commit f7e4f1404e
5 changed files with 29 additions and 0 deletions

10
style.css Normal file
View File

@@ -0,0 +1,10 @@
body {
font-family: system-ui, sans-serif;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
}
h1 { color: #333; }