Update install/index.html

This commit is contained in:
2026-02-21 13:26:09 +01:00
parent 5c7dededce
commit 87222c31ca

View File

@@ -549,9 +549,9 @@
<h1>Chat from your <span class="highlight">Terminal</span></h1>
<p>A simple yet powerful terminal-based chat application written in Python. Realtime messaging via TCP sockets, straight from your command line.</p>
<div class="hero-actions">
<a href="#installatie" class="btn btn-primary">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="2"><path d="M8 2v8m0 0l-3-3m3 3l3-3M3 13h10"/></svg>
Install
<a href="#demo" class="btn btn-primary">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="2"><path d="M5 3l8 5-8 5V3z"/></svg>
Live Demo
</a>
<a href="#docs" class="btn btn-secondary">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 2h7l3 3v9H3V2z"/><path d="M10 2v3h3"/></svg>
@@ -1011,7 +1011,7 @@
<footer>
<p>Terminal Chat &mdash; Built with Python &amp; TCP Sockets</p>
<p style="margin-top: 8px;">
<a href="#installatie">Install</a> &nbsp;&middot;&nbsp;
<a href="#demo">Demo</a> &nbsp;&middot;&nbsp;
<a href="#docs">Documentation</a> &nbsp;&middot;&nbsp;
<a href="#features">Features</a> &nbsp;&middot;&nbsp;
<a href="#contribute">Contribute</a> &nbsp;&middot;&nbsp;