Not So Retro – Sitemap

📁 Not So Retro ├── 📁 banners │ ├── 🖼️ asus-clr_19970504.gif │ ├── 🖼️ btn.gif │ ├── 🖼️ chrmevil.gif │ ├── 🖼️ construction.gif │ ├── 🖼️ mint.gif │ ├── 🖼️ nclinux.gif │ ├── 🖼️ neocities3.gif │ └── 🖼️ nocookie.gif ├── 📁 Countdown │ ├── 🌐 index.html │ ├── 🟨 script.js │ ├── 🎨 style.css │ └── 🖼️ favicon.png ├── 📁 Grow time │ ├── 📁 background │ │ ├── 🖼️ 0.png │ │ ├── 🖼️ 1.png │ │ ├── 🖼️ 2.png │ │ ├── 🖼️ 3.png │ │ ├── 🖼️ 4.png │ │ └── 🖼️ 5.png │ ├── 🌐 about.html │ ├── 🌐 index.html │ ├── 🟨 script.js │ └── 🎨 style.css ├── 📁 hue │ ├── 🌐 index.html │ ├── 🟨 script.js │ ├── 🎨 styles.css │ └── 🖼️ favicon.png ├── 📁 img │ ├── 🖼️ 1.png │ ├── 🖼️ 2.jpg │ ├── 🖼️ 3.png │ ├── 🖼️ 4.png │ ├── 🖼️ 5.png │ ├── 🖼️ 6.png │ ├── 🖼️ 7.png │ └── 🖼️ 8.jpg ├── 📁 northbridge-systems │ ├── 🌐 dashbaord114pvja.html │ ├── 🖼️ dash.png │ ├── 🌐 login.html │ ├── 🟨 login.js │ ├── 🖼️ logo.png │ ├── 🟨 script.js │ ├── 🎨 style.css │ └── 📄 users.json ├── 📁 pexeso │ ├── 🖼️ 10.gif │ ├── 🖼️ 1.png │ ├── 🖼️ 2.png │ ├── 🖼️ 3.png │ ├── 🖼️ 4.png │ ├── 🖼️ 5.png │ ├── 🖼️ 6.png │ ├── 🖼️ 7.png │ ├── 🖼️ 8.png │ └── 🖼️ 9.png ├── 📁 YT-RSS │ ├── 🌐 about.html │ ├── 🖼️ favicon.png │ └── 🌐 YT-RSS.html ├── 🖼️ background.png ├── 🖼️ egg.png ├── 🖼️ favicon.png ├── 🔤 DSEG7Modern-Regular.woff2 ├── 🟨 imgview.js ├── 🌐 index.html ├── 🟨 joke.js ├── 🖼️ net.webp ├── 🟨 pexeso.js ├── 🟨 script.js ├── 🖼️ skull.gif ├── 🎨 style.css ├── 🟨 tictac.js └── 🟨 web.js