about summary refs log tree commit diff
path: root/bskyembed/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'bskyembed/post.html')
-rw-r--r--bskyembed/post.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/bskyembed/post.html b/bskyembed/post.html
new file mode 100644
index 000000000..5f550495f
--- /dev/null
+++ b/bskyembed/post.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>Bluesky Embed</title>
+  <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
+  <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
+  <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
+  <link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#1185fe">
+  <meta name="theme-color">
+  <meta name="application-name" content="Bluesky">
+  <meta name="generator" content="bskyweb">
+</head>
+<body>
+  <div id="app"></div>
+  <script type="module" src="/src/screens/post.tsx"></script>
+</body>
+</html>