mirror of https://github.com/xwiki-labs/cryptpad
35 lines
1016 B
HTML
35 lines
1016 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="/secureiframe/inner.js" data-main="/common/sframe-boot.js?ver=1.11" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
|
<style>
|
|
.loading-hidden { display: none; }
|
|
body #cp-loading {
|
|
position: absolute;
|
|
top: 15vh;
|
|
bottom: 15vh;
|
|
left: 10vw;
|
|
right: 10vw;
|
|
z-index: 200000;
|
|
overflow: hidden;
|
|
}
|
|
body #cp-loading .cp-loading-container {
|
|
margin-top: 35vh;
|
|
}
|
|
body #cp-loading .cp-loading-cryptofist {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="cp-app-secureiframe" style="background: transparent;">
|
|
</body>
|
|
</html>
|
|
|