Faceless Men
Senior Member
- Nov 18, 2016
- 1,041
- 996
Today, I will show you how you can build & host your business website for free.
Requirements: Webflow knowledge or HTML/CSS knowledge
1. Go to webflow.com/templates and select any template you like (Doesn't matter if it's paid if you have HTML/CSS knowledge)
2. If you want to build website using webflow, you will need to select free template. Then build your site in webflow.
3. You will get yoursite.webflow.io website.
4. After that, go to the website and copy source code to index.html file
5. Then, download .CSS file to /css/style.css (webflow.css), /js/jquery.js & /js/script.js (webflow.js)
6. Replace default links in index.html and other pages with your local links
Eg. Replace https//assets.webflow.xx/css/webflow.css with /css/style.css
7. Upload your site folder to cloudflare pages & add a domain to your site
I host 2 business sites using this method for 2 years now. They work exceptionally well and load fast because they are hosted on CDN
Requirements: Webflow knowledge or HTML/CSS knowledge
1. Go to webflow.com/templates and select any template you like (Doesn't matter if it's paid if you have HTML/CSS knowledge)
2. If you want to build website using webflow, you will need to select free template. Then build your site in webflow.
3. You will get yoursite.webflow.io website.
4. After that, go to the website and copy source code to index.html file
5. Then, download .CSS file to /css/style.css (webflow.css), /js/jquery.js & /js/script.js (webflow.js)
6. Replace default links in index.html and other pages with your local links
Eg. Replace https//assets.webflow.xx/css/webflow.css with /css/style.css
7. Upload your site folder to cloudflare pages & add a domain to your site
I host 2 business sites using this method for 2 years now. They work exceptionally well and load fast because they are hosted on CDN