mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-07 08:34:42 +01:00
18 lines
588 B
HTML
18 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel='shortcut icon' type='image/png' href='/favicon.png'>
|
|
<link rel='shortcut icon' type='image/svg+xml' href='/favicon.svg'>
|
|
<link rel='shortcut icon' type='image/vnd.microsoft.icon' href='/favicon.ico'>
|
|
|
|
<meta name="referrer" content="strict-origin-when-cross-origin" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Fediwall</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|