index : static-web-server.git

ascending towards madness

use once_cell::sync::OnceCell;

pub static PAGE_404: OnceCell<String> = OnceCell::new();
pub static PAGE_50X: OnceCell<String> = OnceCell::new();