update html site description, favicon

This commit is contained in:
np.w
2021-03-03 09:37:02 -06:00
parent bebfe07150
commit 479381c4f4
3 changed files with 3 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

+3 -2
View File
@@ -4,8 +4,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Web site created using create-react-app" />
<title>React App</title>
<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">
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB