mirror of https://github.com/xwiki-labs/cryptpad
23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<!-- If this file is not called customize.dist/src/template.html, it is generated -->
|
|
<head>
|
|
<title data-localization="main_title">CryptPad: Collaboration suite, encrypted and open-source</title>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<script async data-main="main" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
|
<link rel="icon" type="image/png" href="/customize/favicon/main-favicon.png" id="favicon"/>
|
|
</head>
|
|
<body class="html">
|
|
<noscript>
|
|
<p><strong>OOPS</strong> In order to do encryption in your browser, Javascript is really <strong>really</strong> required.</p>
|
|
<p><strong>OUPS</strong> Afin de pouvoir réaliser le chiffrement dans votre navigateur, Javascript est <strong>vraiment</strong> nécessaire.</p>
|
|
</noscript>
|
|
</html>
|