20 lines
738 B
HTML
20 lines
738 B
HTML
|
<!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>
|