Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 599 Bytes

index.md

File metadata and controls

21 lines (15 loc) · 599 Bytes
layout site
default
home

Home

This is the implementation for the post on stateless HTML.

This site is hosted by GitHub, so there is no server logic, only static HTML pages. When using the main navigation, it loads the page with AJAX, and replaces the content dynamically.


This page is a proof of concept and only works on modern browsers (IE9+, and standard Firefox, Chrome and Opera). It would be easy to adapt the code to work in older browser versions, but I wanted to keep the source code as simple as possible.