mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-27 11:59:56 +03:00
11 lines
288 B
HTML
11 lines
288 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<. include!("./preview-data.html"); .>
|
|
<. include!("./favicon.html"); .>
|
|
<. include!("./csp.html"); .>
|
|
<. if crate::SETTINGS.server.proxy_has_tls { .>
|
|
<. include!("./https.html"); .>
|
|
<. } .>
|
|
</head>
|
|
<body class="layout">
|