Skip to content

Instantly share code, notes, and snippets.

View CepaCode's full-sized avatar

CepaCode CepaCode

View GitHub Profile
@CepaCode
CepaCode / gist:2f3ae701872c7f7f5ac7a9f520b9edb1
Created March 8, 2025 08:09
Código del vídeo "¡CREAR PÁGINA WEB GRATIS!"
- El JSON que utilizo en el vídeo
{
"type": "object",
"properties": {
"fullname": {
"type": "string"
},
"title": {
"type": "string"
},