{questions.map((question) => (
diff --git a/package.json b/package.json
index 68f3a4d5..4b386d52 100644
--- a/package.json
+++ b/package.json
@@ -48,10 +48,10 @@
"postinstall": "remix setup cloudflare-workers",
"generate-icons": "npx @svgr/cli --out-dir app/components/icons-generated -- app/assets/icons",
"eslint": "eslint --ignore-pattern .gitignore \"**/*.ts*\"",
- "prettier": "prettier --check --ignore-path .gitignore \"**/*.{ts*,js,css}\"",
+ "prettier": "prettier --check --ignore-path .gitignore \"**/*.{ts*,js,css,md,html}\"",
"lint": "tsc && npm run prettier && npm run eslint",
"eslint:fix": "eslint --fix --ignore-pattern .gitignore \"**/*.ts*\"",
- "prettier:fix": "prettier --write --ignore-path .gitignore \"**/*.{ts*,js,css,md}\"",
+ "prettier:fix": "prettier --write --ignore-path .gitignore \"**/*.{ts*,js,css,md,html}\"",
"lint:fix": "tsc && npm run prettier:fix && npm run eslint:fix",
"build": "rimraf public/build && npm run generate-icons && cross-env NODE_ENV=production remix build --sourcemap",
"dev:remix": "cross-env NODE_ENV=development remix watch",
diff --git a/public/embed-example.html b/public/embed-example.html
index 139fcf67..14379a2d 100644
--- a/public/embed-example.html
+++ b/public/embed-example.html
@@ -1,23 +1,62 @@
-Some content before embedding aisafety.info search...
-
+
+ Search bar, using links, light theme
+
-Some content after...
+ Only initial questions, using links, system default theme
+
+ Both search and initial questions, opening inline, expanding iframe height, dark theme
+
+
+
+
+
+
+
+Source code:
+