diff options
| author | jackyzha0 <[email protected]> | 2020-05-10 00:25:31 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-10 00:25:31 -0700 |
| commit | 22c58b4d7d864414c599761f92212a5825003950 (patch) | |
| tree | 8a89e71ebf8c3e549f1f22cda3180eb305f4b202 /frontend/public | |
| parent | add title component (diff) | |
| download | ctrl-v-22c58b4d7d864414c599761f92212a5825003950.tar.xz ctrl-v-22c58b4d7d864414c599761f92212a5825003950.zip | |
input length check and component splitting
Diffstat (limited to 'frontend/public')
| -rw-r--r-- | frontend/public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index 1e1d637..46d87ba 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -10,7 +10,7 @@ /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jackyzha0/lite.css@latest/src/lite.css"> <link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;600&family=Roboto+Mono&display=swap" rel="stylesheet"> - <title>📋 ctrl-v</title> + <title>ctrl-v</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> |