feat: switch title from title to Station Profile

This commit is contained in:
dancingCycle 2023-08-30 13:06:59 +02:00
parent cf235c2a96
commit 5bb20ff80b
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
# Others
*.tar.gz
*.tgz
build*
# Logs

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>title</title>
<title>Station Profile</title>
</head>
<body>
<div id="root"></div>