---
title: "Build Web1.0 y como subir imagenes a archive.org desde la consola."
date: 2025-10-23T22:36:10-03:00
---
La web moderna esta llena de publicidad y manipulacion, volvamos a la web1.0, si quieren ver como era antes usen [Wiby.me](https://wiby.me)
Subo las imΓ‘genes a Archive.org o a Blogger.com si lo haces desde Archive.org se puede usar el comando `source internetarchive/bin/activate.fish && ia upload tag_name *` y luego `ia metadata tag_name`
## π§± 1. Folder structure
Create a folder like this:
```
my-site/
βββ index.html
βββ about.html
βββ posts/
β βββ 2025-01-hello.html
β βββ 2025-02-another.html
βββ style.css
βββ rss.xml
```
You can host this folder on:
* **Neocities**, **GitHub Pages**, or **any static web host**.
---
## π§Ύ 2. The HTML (index.html)
```html