kopia lustrzana https://github.com/fediversespace/fediverse.space
38 wiersze
1.4 KiB
HTML
38 wiersze
1.4 KiB
HTML
![]() |
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
![]() |
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<meta name="theme-color" content="#000000">
|
||
![]() |
|
||
|
<!-- For search engines -->
|
||
|
<meta name="description" content="A tool to visualize decentralized social networks." />
|
||
|
<!-- Open Graph -->
|
||
|
<meta property="og:site_name" content="fediverse.space" />
|
||
|
<meta property="og:description" content="" />
|
||
![]() |
<meta property="og:image" content="/preview.png" />
|
||
![]() |
<meta property="og:image:type" content="image/png" />
|
||
|
<meta property="og:image:width" content="914" />
|
||
|
<meta property="og:image:height" content="679" />
|
||
|
<meta property="og:image:alt" content="A screenshot of fediverse.space. Shows a graph of fediverse instances." />
|
||
|
<!-- Twitter cards -->
|
||
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
<meta name="twitter:title" content="fediverse.space">
|
||
|
<meta name="twitter:description" content="A tool to visualize decentralized social networks.">
|
||
![]() |
<meta name="twitter:image" content="/preview.png">
|
||
![]() |
<meta name="twitter:image:alt" content="A screenshot of fediverse.space. Shows a graph of fediverse instances." />
|
||
|
|
||
![]() |
<link rel="shortcut icon" href="/favicon.ico">
|
||
![]() |
<title>fediverse.space</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<noscript>
|
||
|
You need to enable JavaScript to run this app.
|
||
|
</noscript>
|
||
|
<div id="root"></div>
|
||
![]() |
<script type="module" src="/src/index.tsx"></script>
|
||
![]() |
</body>
|
||
|
|
||
![]() |
</html>
|