소스 검색

modified html title

opted for a fixed title without the "frontend" mention - may consider a
dynamic title with the table's name, for example
Brandon Wong 2 일 전
부모
커밋
cd0b256f93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/resources/public/index.html

+ 1 - 1
frontend/resources/public/index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset='utf-8'>
     <meta name="viewport" content="width=device-width,initial-scale=1">
-    <title>microtables-frontend</title>
+    <title>microtables</title>
     <link rel="stylesheet" href="site.css">
   </head>
   <body>