diff --git a/README.md b/README.md
index d01687b..e8afef6 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,14 @@ A "410 Gone" frontend page for a Federated SNS. [View Demo Page](https://fedi-go
+
+View Screenshots
+
+
+
+
+
+
## Usage 💨
You need to write `src/consts.ts` according to your instance information.
@@ -30,7 +38,7 @@ vercel deploy --prod
```
-Show default src/consts.ts
+View default src/consts.ts
```ts
export const DOMAIN = "ap.example.tld";
diff --git a/docs/curl.png b/docs/curl.png
new file mode 100644
index 0000000..695a240
Binary files /dev/null and b/docs/curl.png differ
diff --git a/docs/webpage.png b/docs/webpage.png
new file mode 100644
index 0000000..a491bac
Binary files /dev/null and b/docs/webpage.png differ