¿Quieres tener tu propia página web gratis y fácil de hacer? En este tutorial aprenderás paso a paso cómo crearla usando Neocities, una plataforma gratuita y confiable.
1. Ve al sitio oficial: https://neocities.org/
2. Haz clic en “Sign Up” para registrarte.
3. Completa el formulario con los siguientes datos:
4. Acepta los términos y haz clic en “Create My Site”.
Tu URL será algo como:
https://miweb123.neocities.org/
1. Crea un archivo index.html así:
<!DOCTYPE html>
<html>
<head><title>Mi primera web</title></head>
<body>
<h1>¡Hola mundo desde Neocities!</h1>
</body>
</html>
2. Súbelo con “Upload Files”.
Ejemplo para enlazar tu CSS:
<link rel="stylesheet" href="style.css">
Comparte tu web: https://miweb123.neocities.org/
¡Ya estás en línea!
index.html.