mirror of https://github.com/xwiki-labs/cryptpad
29 lines
878 B
HTML
29 lines
878 B
HTML
<!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.6" src="/bower_components/requirejs/require.js?ver=2.3.5"></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>
|
|
|