Update index.html
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<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">
|
||||||
<title>Terminal Chat - Python TCP Chat Application</title>
|
<title>Terminal Chat</title>
|
||||||
<link rel="icon" type="image/png" href="https://ben.de-roo.org/install/Screenshot_20260220_134634.png" />
|
<link rel="icon" type="image/png" href="https://ben.de-roo.org/install/Screenshot_20260220_134634.png" />
|
||||||
<meta name="description" content="A simple yet powerful terminal-based chat application written in Python with TCP sockets.">
|
<meta name="description" content="A simple yet powerful terminal-based chat application written in Python with TCP sockets.">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
@@ -569,4 +569,9 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="card">
|
||||||
|
<h2>Titel</h2>
|
||||||
|
<p>Dit is wat tekst in de kaart.</p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
Reference in New Issue
Block a user