* origin/develop: changelong Fix pinned statuses and perhaps some other stuff update changelog Remove title from index.html, title is now from server generated meta changelog mention fix emoji not working in profile field names change method of fix to rounding changelog prevent call to scroll if the value doesn't change because firefox is stupid Update CHANGELOG.md wrap react button icon to a span to fix popover overflow Update CHANGELOG.md to match master change favicon dimensions for high res, add handling when favicon isn't available remove the favicon changes make badge just a ball, make it use theming add favicon badge for unread notifs
19 lines
809 B
HTML
19 lines
809 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/ngs/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/ngs/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/ngs/favicon-16x16.png">
|
|
<link rel="manifest" href="/ngs/manifest.json">
|
|
<link rel="mask-icon" href="/ngs/safari-pinned-tab.svg" color="#370f34">
|
|
<meta name="theme-color" content="#370f34">
|
|
<!--server-generated-meta-->
|
|
</head>
|
|
<body class="hidden">
|
|
<noscript>To use Pleroma, please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|