pleroma-fe/index.html
Henry Jameson b6b7bc5852 Merge remote-tracking branch 'upstream/develop' into shigusegubu
* upstream/develop: (24 commits)
  Remove whitespace hack on empty post content
  Change output directory of fontello
  add html-webpack-plugin to karma config
  use another fork of fontello-webpack-plugin
  add animate-spin class
  remove needless code
  use another approach for versioning font files
  versioning the font resources through webpack
  fix "can't find property of undefined" errors in mrf transparency panel
  move mention button right next to mute button
  restore muted users collapsing logic on other user’s profiles
  [i18n] Improve easy/pedantic Japanese switching
  Normalize profile fields
  backend interactor service: implement startFetchingFollowRequest
  show badge visibility user setting checkbox only if needed
  Use kana+kanji as default for Japanese translation
  Remove outdated changelog file
  Fix translation (https://blob.cat/notice/9oyYO1RzcNbJXxKxeq)
  use yarn, try to restart pipeline
  tests + updates
  ...
2019-12-10 23:08:45 +02:00

20 lines
836 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">
<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-->
</head>
<body class="hidden">
<noscript>To use Pleroma, please enable JavaScript.</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>