Fixed page titles

This commit is contained in:
Dm1tr1y147 2020-07-28 21:59:18 +05:00
parent 558bc24f1d
commit 5b57419b96
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ int main(int argc, char *argv[])
exit(1); exit(1);
} }
int listenfd = get_listener_socket(port); int listenfd = get_listener_socket(port);
if (listenfd < 0) if (listenfd < 0)
{ {
err_msg("!fatal! couldn't create listening socket"); err_msg("!fatal! couldn't create listening socket");

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>Test</title> <title>Contacts</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>Test</title> <title>Shishkov Dmitriy</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>