Easy way of hosting webpages using a Google Drive Account
Recently I found a easy and cheap way to host a webpage using a Google Drive account. Google App Script(GAS) is used which creates the webpage according to an uploaded HTML file.
In the code Code.gs contains the GAS code, Form.html the webpage , Design.html the CSS code and Check.html the JS code.
- Sign into your Google Account and google "app script editor".
- Open the relevant Google link and click start scripting.
- Code.gs file is already created.
- Create the other files from File menu.
- After completing the webpage, click on Publish menu.
- Select Deploy as Web-App
- Name the project.
- The url of the webpage will be displayed.
- Assign version number, make the webpage public or private.
- Click Update.