mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
14 lines
389 B
HTML
14 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Hookshot Widget</title>
|
|
</head>
|
|
<body class="cpd-theme">
|
|
<main id="root"></main>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<script type="module" src="/index.tsx"></script>
|
|
</body>
|
|
</html>
|