Skip to content
Snippets Groups Projects
Select Git revision
  • 133004e22d74e7cdfd13a69f88b509b395985a5d
  • plerasstodon default
  • groups
  • userfeed-fe-fallback
  • groups2
  • develop protected
  • asdf
  • blurhash
  • link-fixes
  • oauth-token-id
  • spinster
  • rich-media
  • youtube-fix
  • fix-user-agent-leak
  • confirm-users
  • adminapi-user-email
  • modlog-id
  • aliases
  • blockers-stable
  • block-behavior
  • pleroma-restrict-domain
  • alexgleason-oauth-form
  • v2.0.2
  • v2.0.1
  • v2.0.0
  • v1.1.9
  • v1.1.8
  • v1.1.7
  • v1.1.6
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.91
  • v1.0.90
  • v1.0.7
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
42 results

COPYING

Blame
  • Forked from Pleroma / pleroma
    Source project has a limited visibility.
    This project is licensed under the Other. Learn more
    index.html 516 B
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="renderer" content="webkit">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
        <title>vue-element-admin</title>
      </head>
      <body>
        <script src=<%= htmlWebpackPlugin.options.path %>/tinymce4.7.5/tinymce.min.js></script>
        <div id="app"></div>
        <!-- built files will be auto injected -->
      </body>
    </html>