blob: 0ce8563fcaa96517e0ad7b52813d9ce79d35867b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!doctype html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style.css">
<title>Ladybird web browser</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Ladybird web browser</h2>
<h3>2025-06-26</h3>
<h4>L'éspoir fait vivre</h4>
<p>The Ladybird web browser is truly something different, and a hope for the future.</p>
<p>It has no connection to Google, no rehash of older web engines, with no corporate influence looming over it.</p>
<p>Written transparently, W3C standards compliant, it will be available for public beta in 2026, with release is planned for 2028</p>
<p>There's an aphid eating light at the end of the tunnel.</p>
<p><a href="https://ladybird.org/">https://ladybird.org/</a></p>
</article>
</main>
<footer>
<p> </p>
<p>§</p>
</footer>
</body>
</html>
|