summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-28 23:25:18 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-03-28 23:25:56 +0100
commit0c41fa2fa5c25642062f5cb4569297be6157746c (patch)
tree2e4bfc9b3b72078599a3053c65a20beb59b2ada5
parent52a6f00d1b336f08f13504db847c3be7da0d6fde (diff)
Add Windows as supported platform
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 13a3dce..b6c888d 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@ table { margin: 1.5em; }
<h1>Welcome to the Dillo Website</h1>
<p>Dillo is a fast and small graphical web browser with the following features: </p>
<ul>
- <li>Multi-platform, running on Linux, BSD, MacOS and even Atari.</li>
+ <li>Multi-platform, running on Linux, BSD, MacOS, Windows (via Cygwin) and even Atari.</li>
<li>Written in C and C++ with few dependencies.</li>
<li>Implements its own real-time rendering engine.</li>
<li>Low memory usage and fast rendering, even with large pages.</li>