2018-10-25 15:51:47 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<meta name="theme-color" content="#000000">
|
2019-01-03 12:18:47 +01:00
|
|
|
<script src="/api/config.js" type="text/javascript"></script>
|
2018-11-03 13:23:22 +01:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,600" rel="stylesheet">
|
2018-10-25 15:51:47 +02:00
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
2018-11-03 13:23:22 +01:00
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png">
|
2019-01-03 12:18:47 +01:00
|
|
|
<title>listmonk</title>
|
2018-10-25 15:51:47 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
You need to enable JavaScript to run this app.
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|