mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Bluesky Embed</title>
7 <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
8 <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
9 <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
10 <link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#1185fe">
11 <meta name="theme-color">
12 <meta name="application-name" content="Bluesky">
13 <meta name="generator" content="bskyweb">
14</head>
15<body>
16 <div id="app"></div>
17 <script type="module" src="/src/screens/post.tsx"></script>
18</body>
19</html>