3 files changed, 0 insertions(+), 41 deletions(-)
M index.html
D instances/freebay
D projects/freebay.html
M index.html => index.html +0 -6
@@ 37,12 37,6 @@
<p>A frontend for numerous news websites</p>
</li>
- <!-- FreeBay -->
- <li>
- <h4><a href="projects/freebay.html">FreeBay <a style="color: red">(Inactive)</a></a></h4>
- <p>A frontend for eBay </p>
- </li>
-
<!-- PornInvidious -->
<li>
<h4><a href="projects/porninvidious.html">PornInvidious <a style="color: red">NSFW!</a></a></h4>
D instances/freebay => instances/freebay +0 -1
@@ 1,1 0,0 @@
-freebay.metalune.xyz
D projects/freebay.html => projects/freebay.html +0 -34
@@ 1,34 0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>Simple Web - FreeBay</title>
- <link rel="stylesheet" href="../style.css">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- </head>
-
- <body>
- <h1>FreeBay</h1>
- <p>There is currently no active development for this project, as there is no apparent interest in it. If you want to pick up development, check out the source page</p>
-
- <h2>Screenshots</h2>
- <a href="../screenshots/freebay_1.png" target="_blank">
- <img src="../screenshots/freebay_1.png" alt="Screenshot of FreeBay on the search site">
- </a>
- <a href="../screenshots/freebay_2.png" target="_blank">
- <img src="../screenshots/freebay_2.png" alt="Screenshot of FreeBay doing a search for \"Books\"">
- </a>
-
- <h2>List of Known Instances</h2>
- <ul>
- <li><a href="https://freebay.metalune.xyz">freebay.metalune.xyz</a></li>
- </ul>
-
- <h3>Want your Instance to be added to this list?</h3>
- <p><a href="../index.html#contact-us">Contact us</a></p>
-
- <hr>
-
- <p><a href="../index.html">Simple Web Overview</a> | <a href="https://git.sr.ht/~metalune/simplyweb_ebay">Source Code</a></p>
-
- </body>
-</html>