mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 07:39:16 +02:00
13 lines
346 B
HTML
13 lines
346 B
HTML
<!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>
|