What is an HTML website without a CMS?
With this approach — often called a static website — each page sits on the server as a finished file. When a visitor requests a page, the server sends it straight back. Nothing has to be calculated, no database is consulted and no extensions are loaded. The pages are built by hand from HTML (the structure), CSS (the styling) and, where needed, a little JavaScript (for interaction).