[][src]Constant acme_redirect::http_responses::NOT_FOUND

pub const NOT_FOUND: &str = r#"<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
</body>
</html>
"#;