Fixed page titles
This commit is contained in:
parent
558bc24f1d
commit
5b57419b96
@ -80,7 +80,7 @@ int main(int argc, char *argv[])
|
||||
exit(1);
|
||||
}
|
||||
|
||||
int listenfd = get_listener_socket(port);
|
||||
int listenfd = get_listener_socket(port);
|
||||
if (listenfd < 0)
|
||||
{
|
||||
err_msg("!fatal! couldn't create listening socket");
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<title>Test</title>
|
||||
<title>Contacts</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<title>Test</title>
|
||||
<title>Shishkov Dmitriy</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user