mirror of https://github.com/xwiki-labs/cryptpad
20 lines
609 B
HTML
20 lines
609 B
HTML
<!--
|
|
SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html style="height: 100%; background: transparent;">
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
|
<script async data-bootload="/unsafeiframe/inner.js" data-main="/common/sframe-boot.js?ver=1.11" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
|
<style>
|
|
html, body { display: none; }
|
|
</style>
|
|
</head>
|
|
<body class="cp-app-unsafeiframe" style="background: transparent;">
|
|
</body>
|
|
</html>
|
|
|