Update index.html

This commit is contained in:
2026-02-21 20:14:28 +01:00
parent be9d26fea2
commit 422106e360

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<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" />
<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">
@@ -569,4 +569,9 @@
}
</style>
</head>
<body>
<body>
<div class="card">
<h2>Titel</h2>
<p>Dit is wat tekst in de kaart.</p>
</div>
</body>