* upstream/develop: (83 commits) Password reset page add a comment force img updating immediately Fixed "sequimiento" to "seguimiento". Replace `/api/externalprofile/show.json` with a MastoAPI equialent Use mastodon api in follow requests "Optional" in lowercase. Update es.json fix pin/unpin status logic rename a mutation update fix user avatar fallback logic remove dead code Corrected "Media Proxy" translation. Update es.json make bio textarea resizable vertically only remove dead code Make image orientation consistent on FF, fix videos w/ modal remove dead code fix crazy watch logic in conversation ...
35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
|
<title>Pleroma</title>
|
|
<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-->
|
|
<link rel="stylesheet" href="/static/font/css/fontello.css">
|
|
<link rel="stylesheet" href="/static/font/css/animation.css">
|
|
<style>
|
|
#app {
|
|
background-position: 50% 50px !important;
|
|
}
|
|
.media.status.USER____hj.highlighted .name-and-links::after {
|
|
content: 'admin';
|
|
display: inline;
|
|
font-size: 8px;
|
|
vertical-align: top;
|
|
line-height: 8px;
|
|
margin-left: 1em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<noscript>To use Pleroma, please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|