Update index.html
This commit is contained in:
@@ -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">
|
||||
@@ -570,3 +570,8 @@
|
||||
</style>
|
||||
</head>
|
||||
<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