diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-14 12:04:24 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-14 12:04:24 -0400 |
commit | c462fedc98f3810baf6d7ebc588748c907e7445b (patch) | |
tree | d5c0b6aac84c8f2e3b4fbef737d6bb14fa88b09b /build/browsers | |
parent | 70d8bb745024d2b382a93522e258fc28e7cc0c67 (diff) |
Fix build, use smu and remove build directory
Diffstat (limited to 'build/browsers')
-rw-r--r-- | build/browsers/index.html | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/build/browsers/index.html b/build/browsers/index.html deleted file mode 100644 index b30dd89..0000000 --- a/build/browsers/index.html +++ /dev/null @@ -1,72 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="data:,"> - <title>Browsers</title> - <link href="https://jsfree.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}abbr{background:yellow;color:blue;cursor:help;}nav a.menu{float:right;}.logo{display:block;max-width:60px;}</style> -</head> - -<nav> - <a class="menu" href="#menu">Menu ↓</a> - <a href="/"><img class="logo" src="/public/images/jsfree-logo.jpg" alt="jsfree logo"></a> -</nav> - -<main> -<h1>Browsers</h1> -<p>This page is a collection of web browsers that have JavaScript disabled by default or are missing support entirely.</p> -<p><dl> - <dt><a href="https://dillo-browser.github.io/">Dillo</a></dt> - <dd> - Dillo is a fast and small graphical web browser with the following features: - <ul> - <li>Multi-platform, running on Linux, BSD, MacOS 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> - <li>Uses the fast and bloat-free <a href="https://www.fltk.org/">FLTK</a> GUI library.</li> - <li>Support for HTTP, HTTPS, FTP and local files.</li> - <li>And more...</li> - </ul> - </dd> -</dl></p> -<p><dl> - <dt><a href="https://www.netsurf-browser.org/">NetSurf</a></dt> - <dd>Small as a mouse, fast as a cheetah and available for free. NetSurf is a multi-platform web browser for RISC OS, UNIX-like platforms (including Linux), Mac OS X, and more.</dd> -</dl></p> -<p><dl> - <dt><a href="https://github.com/ocoufal/mothra">Mothra</a></dt> - <dd>A lightweight web browser for Plan 9.</dd> -</dl></p> -<p><dl> - <dt><a href="http://lab-fgb.com/abaco/">Abaco</a></dt> - <dd>Abaco is a multi-page graphical web browser for Plan 9 intended to retrieve and display web pages while trying to be as congruent as possible with system. It is a multi-threaded and modest-sized program.</dd> -</dl></p> -<footer role="contentinfo"> - <br> - <hr> - <p>→ <a href="https://git.btxx.org/jsfree">Help edit or improve this project</a>.</p> - <hr> - <h2 id="menu">Menu Navigation</h2> - <ul> - <li><a href="/">Home</a></li> - <li><a href="/browsers">Browsers</a></li> - <li><a href="/code-forges">Code Forges</a></li> - <li><a href="/domains">Domain Registrars</a></li> - <li><a href="/email">Email</a></li> - <li><a href="/forums">Forums</a></li> - <li><a href="/games">Games</a></li> - <li><a href="/search-engines">Search Engines</a></li> - <li><a href="/social-media">Social Media</a></li> - <li><a href="/storage">Storage</a></li> - <li><a href="/video">Video</a></li> - <li><a href="/web-hosting">Web Hosting</a></li> - </ul> - <small> - Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br> - Hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech.net</a>. <br> - The <a href="https://git.sr.ht/~bt/jsfree.org">code for this site</a> is <a href="https://git.sr.ht/~bt/jsfree.org/tree/master/item/LICENSE">MIT</a>. - </small> -</footer>
\ No newline at end of file |