diff options
author | Ernst Widerberg <ernst@sunet.se> | 2022-01-10 14:57:03 +0100 |
---|---|---|
committer | Ernst Widerberg <ernst@sunet.se> | 2022-01-10 14:57:03 +0100 |
commit | 200ff9e8889f2ac19db2d0b9b73af3502185f2de (patch) | |
tree | 9a5d3f6355344efb3ced658369c5a7c540211620 /src | |
parent | af013a7e509ef8f979742413400b7bd94e5e684e (diff) |
Add title to index.html
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 15bd1f3..d2c72ad 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> <script src="http://localhost:8097"></script> - <title></title> + <title>SOC Dashboard</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> |