Skip to content
Snippets Groups Projects
Select Git revision
  • a20f1794d0d63497f701d8db91b1b0691fd06d54
  • develop default
  • ilja_space
  • improve_delete_user_confirmation_message
  • add_moderation_menu_for_moderators
  • 828-show-description-of-all-mrf-policies
  • hotfix/summary-html
  • feature/media-timeline
  • switch-to-string-ids
  • feat/media-modal
  • referrer-caching-fix
  • package-updates
  • fix-265-fix-user-profiles-again
  • fix-262-load-older
  • scope-copy-default
  • restore-routes
  • fix_notifications
  • fix-tab-scroll
  • multiline-tabs
  • fix-hide-network
  • async_follow
21 results

App.vue

Blame
  • Forked from Pleroma / pleroma-fe
    Source project has a limited visibility.
    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>