├── README.md ├── Text Responsive 404 page website.txt ├── assets ├── css │ └── styles.css ├── img │ ├── astronaut.png │ ├── favicon.png │ ├── planet-1.png │ ├── planet-2.png │ ├── spacecraft.png │ └── ufo.png └── js │ ├── gsap.min.js │ └── main.js ├── index.html └── preview.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/README.md -------------------------------------------------------------------------------- /Text Responsive 404 page website.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/Text Responsive 404 page website.txt -------------------------------------------------------------------------------- /assets/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/css/styles.css -------------------------------------------------------------------------------- /assets/img/astronaut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/img/astronaut.png -------------------------------------------------------------------------------- /assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/img/favicon.png -------------------------------------------------------------------------------- /assets/img/planet-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/img/planet-1.png -------------------------------------------------------------------------------- /assets/img/planet-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/img/planet-2.png -------------------------------------------------------------------------------- /assets/img/spacecraft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/img/spacecraft.png -------------------------------------------------------------------------------- /assets/img/ufo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/img/ufo.png -------------------------------------------------------------------------------- /assets/js/gsap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/js/gsap.min.js -------------------------------------------------------------------------------- /assets/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/assets/js/main.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/index.html -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bedimcode/responsive-404-page-2/HEAD/preview.png --------------------------------------------------------------------------------