This repository has been archived on 2024-11-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mastodon-apps/projects/mastolists/src/index.html
2022-12-22 16:38:25 +01:00

14 lines
296 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mastolists</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>