1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 13:39:35 +02:00
flame/client/public/index.html

19 lines
526 B
HTML
Raw Normal View History

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" />
<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>