s3browser-frontend/public/index.html

15 lines
443 B
HTML
Raw Permalink Normal View History

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