diff --git a/index.html b/index.html index 6b86218..7a37e6d 100644 --- a/index.html +++ b/index.html @@ -209,6 +209,9 @@

A server that allows you to have a self-hosted, unlimited and free GPT-4 Web API, via the latest Bing's AI. +
+ Mentions: + GitHub Topics

@@ -293,6 +296,48 @@ + +

+
+ ListeNet Script Logo +
+
+ +
+

+ miniWikipedia + + + +

+
+ +
+
Website
+
NodeJS
+
TypeScript
+
Express
+
JavaScript
+
HTML5
+
CSS
+
Tailwind
+ +
+ +

+ A lightweight summarised version of the whole Wikipedia encyclopedia. +

+ +

+ + + View Source Code + + +

+
+
+
diff --git a/static/css/style.css b/static/css/style.css index a4e1d1c..3d488bb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -354,6 +354,16 @@ input::placeholder { border-color: #0868AC; } +.greenTag { + color: #08ac0e; + border-color: #08ac0e; +} + +.grayTag { + color: #afafaf; + border-color: #afafaf; +} + @media screen and (max-width: 650px) { .topnav { display: none !important; diff --git a/static/img/Logos/miniWikipedia_freepik.png b/static/img/Logos/miniWikipedia_freepik.png new file mode 100644 index 0000000..0c7f025 Binary files /dev/null and b/static/img/Logos/miniWikipedia_freepik.png differ