hello.
i want to get a free web space where i can upload my own created designs.
i went in with some of the sites but they provide their own templet.
so, please help me by giving me some names of such sites.
thanks !!
hello.
i want to get a free web space where i can upload my own created designs.
i went in with some of the sites but they provide their own templet.
so, please help me by giving me some names of such sites.
thanks !!
wanted a free place to upload original designs without being forced into a site-builder template. and pointed toward free hosts, which is fine — but pick the right type of service for your needs. Two common paths:
A simple static workflow (local -> deploy):
git init
git add .
git commit -m "Initial site"
git remote add origin git@github.com:username/repo.git
git push -u origin main Notes and cautions: read the provider terms, confirm custom-domain and HTTPS support (use LetsEncrypt for free SSL: https://letsencrypt.org), keep local backups, and be prepared to move to low-cost shared hosting when the site needs more storage, databases, or reliable uptime. Free hosting is great for learning and portfolios; avoid it for client work or business-critical sites.
Jump to Post— tux4life 2,072hello.
i want to get a free web space where i can upload my own created designs.
i went in with some of the sites but they provide their own templet.
so, please help me by giving me some names of such sites.thanks !!
Ever tried finding a …
hello.
i want to get a free web space where i can upload my own created designs.
i went in with some of the sites but they provide their own templet.
so, please help me by giving me some names of such sites.thanks !!
Ever tried finding a free hosting provider here ?
For PHP and MySQL, I always use this one :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.