2021-05-06 19:03:31 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2021-10-06 11:23:30 +02:00
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="Flame - self-hosted startpage for your server"
|
|
|
|
/>
|
|
|
|
<link rel="stylesheet" href="%PUBLIC_URL%/flame.css" />
|
2021-06-09 00:59:39 +02:00
|
|
|
<title>Flame</title>
|
2021-05-06 19:03:31 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
2021-10-06 11:23:30 +02:00
|
|
|
</html>
|