mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
c9dbf9b5be
* draft add remotes * add favorite, rating * add basic auth
16 lines
266 B
Plaintext
16 lines
266 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="Content-Security-Policy" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Feishin Remote</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html>
|