diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..bd7cee6 --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "local", + "runtimeExecutable": "npx", + "runtimeArgs": ["http-server", ".", "-p", "3000", "-c-1"], + "port": 3000 + } + ] +} diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..d33ac74 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": [ + "mcp__Claude_Preview__preview_start" + ] + } +} diff --git a/index.html b/index.html index 70ed50b..48e41ad 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,8 @@ + + @@ -37,6 +39,7 @@ @import url("./static/css/memos.css"); @import url("./static/css/game_dialog.css"); @import url("./static/css/guestbook.css"); + @import url("./static/css/galaxy.css");