summaryrefslogtreecommitdiff
path: root/release/index.html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-06-08 13:52:58 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-06-08 13:55:39 +0200
commit4ebf47b90c1a60489d2fb7e1dda5b01f443ef263 (patch)
tree53f7ace61adcafdd0bf89b65c695bd26b43e8d65 /release/index.html
parent116eae9bc409b245514e2a030c41f22a2b508df6 (diff)
Add 3.1.1 release
The latest.html page now redirects to the latest release after 10 seconds, but it also includes a link to the old 3.1.0 release.
Diffstat (limited to 'release/index.html')
-rw-r--r--release/index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/release/index.html b/release/index.html
new file mode 100644
index 0000000..afa4fdd
--- /dev/null
+++ b/release/index.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>Dillo release 3.1.0</title>
+ <link rel="icon" type="image/png" href="/img/favicon.png">
+ <link rel="stylesheet" href="/style.css">
+ </head>
+ <body>
+ <div class="main">
+ <h1>Dillo releases</h1>
+ <span class="date">Updated on 2024-06-08</span>
+ <nav>
+ <a href="/">Home</a> /
+ <a href="/release">Release</a>
+ </nav>
+ <h2>List of releases</h2>
+
+ <p>
+ Here is the list of Dillo releases:
+ <ul>
+ <li><a href="3.1.1">Version 3.1.1</a> released on 2024-06-08
+ (<a href="latest">latest</a>).
+ </li>
+ <li><a href="3.1.0">Version 3.1.0</a> released on 2024-05-04.</li>
+ <li><a
+ href="https://github.com/dillo-browser/dillo/releases/tag/v3.0.5">Version
+ 3.0.5</a> released on 2015-06-30.</li>
+ <li>Older releases are on the
+ <a
+ href="http://web.archive.org/web/20220512043535/https://www.dillo.org/download/">web
+ archive</a>.
+ </li>
+ </ul>
+ </div>
+ </body>
+</html>