diff options
author | 2020-12-06 23:49:13 +0100 | |
---|---|---|
committer | 2020-12-06 23:49:13 +0100 | |
commit | 4d642e312ed728ad51c454d1e2a0b7bb350fc174 (patch) | |
tree | e39b26a31b14fe34dced83669bf2844fa7c9752e /client/login/index.html | |
parent | 88c2fa63eb8c3ade93914f77d427219b3233ca02 (diff) | |
download | website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.tar.gz website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.tar.bz2 website_creator-4d642e312ed728ad51c454d1e2a0b7bb350fc174.zip |
first creator page
Diffstat (limited to 'client/login/index.html')
-rw-r--r-- | client/login/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/login/index.html b/client/login/index.html index 660686e..06461e1 100644 --- a/client/login/index.html +++ b/client/login/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> - <title>Admin Panel</title> + <title>Login to Admin Panel</title> </head> <body> <div id="app"></div> |