18 lines
515 B
HTML
18 lines
515 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="Storage management tool" />
|
|
<link rel="shortcut icon" type="image/jpg" href="./storage_32.ico"/>
|
|
<title>Storage Manager</title>
|
|
</head>
|
|
|
|
<body class="scroll-container">
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
|
|
</html> |