diff options
Diffstat (limited to 'bskyweb/embedr-templates')
-rw-r--r-- | bskyweb/embedr-templates/error.html | 1 | ||||
-rw-r--r-- | bskyweb/embedr-templates/home.html | 8 | ||||
-rw-r--r-- | bskyweb/embedr-templates/oembed.html | 1 | ||||
-rw-r--r-- | bskyweb/embedr-templates/postEmbed.html | 1 |
4 files changed, 11 insertions, 0 deletions
diff --git a/bskyweb/embedr-templates/error.html b/bskyweb/embedr-templates/error.html new file mode 100644 index 000000000..5aa04c83b --- /dev/null +++ b/bskyweb/embedr-templates/error.html @@ -0,0 +1 @@ +placeholder! diff --git a/bskyweb/embedr-templates/home.html b/bskyweb/embedr-templates/home.html new file mode 100644 index 000000000..f938c32d6 --- /dev/null +++ b/bskyweb/embedr-templates/home.html @@ -0,0 +1,8 @@ +<html> +<head> +</head> +<body> + <h1>embed.bsky.app homepage</h1> + <p>could redirect to bsky.app? or show a "create embed" widget? +</body> +</html> diff --git a/bskyweb/embedr-templates/oembed.html b/bskyweb/embedr-templates/oembed.html new file mode 100644 index 000000000..646f0a482 --- /dev/null +++ b/bskyweb/embedr-templates/oembed.html @@ -0,0 +1 @@ +oembed JSON response will go here diff --git a/bskyweb/embedr-templates/postEmbed.html b/bskyweb/embedr-templates/postEmbed.html new file mode 100644 index 000000000..6329b3a19 --- /dev/null +++ b/bskyweb/embedr-templates/postEmbed.html @@ -0,0 +1 @@ +embed post HTML will go here |