diff options
| -rw-r--r-- | views/layouts/header.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/layouts/header.html b/views/layouts/header.html index 1a9b829..7f869cc 100644 --- a/views/layouts/header.html +++ b/views/layouts/header.html @@ -1,11 +1,11 @@ <!DOCTYPE html> <html> <head> - <title>Cosmic Market</title> + <title>Welcome to my website!</title> <link rel="stylesheet" href="/css/main.css"/> <link rel="stylesheet" href="/css/prism.css"> - <meta name="description" content="EStore"> - <meta name="keywords" content="EStore"> + <meta name="description" content="Welcome to my website!"> + <meta name="keywords" content=""> </head> <body> - <section id="main">
\ No newline at end of file + <section id="main"> |
