├── README.md ├── Readme.txt ├── about.html ├── dashboard.html ├── forms ├── Readme.txt ├── contact.php └── quote.php ├── index.html ├── sample-inner-page.html ├── service-details.html ├── services.html └── story.html /README.md: -------------------------------------------------------------------------------- 1 | # logis -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/Readme.txt -------------------------------------------------------------------------------- /about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/about.html -------------------------------------------------------------------------------- /dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/dashboard.html -------------------------------------------------------------------------------- /forms/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/forms/Readme.txt -------------------------------------------------------------------------------- /forms/contact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/forms/contact.php -------------------------------------------------------------------------------- /forms/quote.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/forms/quote.php -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/index.html -------------------------------------------------------------------------------- /sample-inner-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/sample-inner-page.html -------------------------------------------------------------------------------- /service-details.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/service-details.html -------------------------------------------------------------------------------- /services.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/services.html -------------------------------------------------------------------------------- /story.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarishVaradharajan/logis/HEAD/story.html --------------------------------------------------------------------------------