Static Website
This is a traditional website made with html
, css
, and javascript
Templates
Rather than creating a website from scratch, you could find static website templates online.
html5up is a place where you can get free website templates.
Download a template locally to make changes to it.
Directory
Basically, to have a website you just need a folder structure like this and files with these names.
+
<FolderName>
+
public+
assets+
css- main.css
- images
- 404.html
- index.html
Hosting a Static Website
There many ways to host a website.
You can host with GitHub pages so that when you make changes to main
branch the changes will be reflected on the hosted website.
Journal
- 2020-11-21 Created file