Skip to content
Snippets Groups Projects
Select Git revision
  • 1288-user-me-can-be-created-but-cannot-be-edited
  • profile-menu-redesign
  • develop default protected
  • 1218-smartplaylist_backend
  • 1509-background-playback-broken-in-android-browsers
  • 1595-changelog-for-recent-versions-wrongly-formatted
  • 653-enable-starting-embedded-player-at-a-specific-position-in-track
  • 1381-progress-bars
  • 1515-update-click
  • update-uvicorn
  • update-boto3
  • update-bleach
  • pipenv
  • master
  • stable
  • 1518-update-django-allauth
  • 1434-update-pyld
  • 1481
  • update-frontend-dependencies
  • back-option-for-edits
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1
  • 1.1-rc2
  • 1.1-rc1
  • 1.0.1
  • 1.0
  • 1.0-rc1
  • 0.21.2
  • 0.21.1
  • 0.21
  • 0.21-rc2
  • 0.21-rc1
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 0.19.0
40 results

index.html

Blame
  • Forked from funkwhale / funkwhale
    6930 commits behind the upstream repository.
    index.html 346 B
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8">
        <title>Funkwhale</title>
        <link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
      </head>
      <body>
        <div id="app"></div>
        <!-- built files will be auto injected -->
      </body>
    </html>