forked from extern/fediwall
17 lines
517 B
HTML
17 lines
517 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="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>
|