15 lines
443 B
HTML
Raw Normal View History

2021-07-26 14:54:22 +02:00
<!DOCTYPE html>
2021-08-24 20:16:59 +02:00
<html lang="en" class="dark">
2021-07-26 14:54:22 +02:00
<head>
<meta charset="utf-8" />
2021-08-25 00:19:48 +02:00
<link rel="icon" href="/favicon.ico" />
2021-07-26 14:54:22 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2021-08-25 00:19:48 +02:00
<link rel="manifest" href="/manifest.json" />
<title>S3 Browser</title>
2021-07-26 14:54:22 +02:00
</head>
2021-08-24 20:16:59 +02:00
<body class="dark:bg-gray-800">
2021-07-26 14:54:22 +02:00
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>