set title

This commit is contained in:
Niklas 2021-08-25 00:19:48 +02:00
parent 2fafdf8983
commit cb5e273acc

View File

@ -2,10 +2,10 @@
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>React App</title>
<link rel="manifest" href="/manifest.json" />
<title>S3 Browser</title>
</head>
<body class="dark:bg-gray-800">
<noscript>You need to enable JavaScript to run this app.</noscript>