diff options
author | Adam Hovorka <[email protected]> | 2020-04-26 19:53:43 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2020-04-26 19:53:43 -0600 |
commit | 76cba3892256fb9130094e34b367e432e18d1769 (patch) | |
tree | c52351743f01be5935c8d01c5a7d315822963d85 /index.html | |
parent | a1bf1965d47c770aed95cf7ef4a8d8d010273869 (diff) |
Remove "Editor" from the page title because it's a viewer too
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>Vanguard Editor</title> + <title>Vanguard</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#1D7BA3"> |