mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-02 08:43:15 +00:00
18 lines
419 B
HTML
18 lines
419 B
HTML
<!--
|
|
SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
<!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">
|