diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-28 23:25:18 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-28 23:25:56 +0100 |
commit | 0c41fa2fa5c25642062f5cb4569297be6157746c (patch) | |
tree | 2e4bfc9b3b72078599a3053c65a20beb59b2ada5 /index.html | |
parent | 52a6f00d1b336f08f13504db847c3be7da0d6fde (diff) |
Add Windows as supported platform
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |