diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2020-11-23 17:51:04 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2020-11-23 17:51:04 +0100 |
commit | 817d3bbb68ab977d58cf548587b45139903f9f14 (patch) | |
tree | 34fb66384d711581723bbd06d41c905b2ce5693f /frontend/public | |
parent | d35c84a8d625204888a18bbcd7bb91203209c711 (diff) |
Add frontend implementation
Diffstat (limited to 'frontend/public')
-rw-r--r-- | frontend/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index 4b00122..2bf0fff 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -5,10 +5,10 @@ <link rel="icon" href="data:," /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> - <meta name="description" content="Inventory" /> + <meta name="description" content="Unmess" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="stylesheet" id="theme-stylesheet" href="%PUBLIC_URL%/bootstrap.flatly.min.css" /> - <title>Inventory</title> + <title>Unmess</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> |