├── README.md ├── images ├── background.webp ├── logo.svg └── raw.png ├── index.html ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blueycode/ai-generated-landing-page/HEAD/README.md -------------------------------------------------------------------------------- /images/background.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blueycode/ai-generated-landing-page/HEAD/images/background.webp -------------------------------------------------------------------------------- /images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blueycode/ai-generated-landing-page/HEAD/images/logo.svg -------------------------------------------------------------------------------- /images/raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blueycode/ai-generated-landing-page/HEAD/images/raw.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blueycode/ai-generated-landing-page/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blueycode/ai-generated-landing-page/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blueycode/ai-generated-landing-page/HEAD/style.css --------------------------------------------------------------------------------