mirror of https://github.com/xwiki-labs/cryptpad
26 lines
796 B
HTML
26 lines
796 B
HTML
<!DOCTYPE html>
|
|
<html class="cp-app-noscroll">
|
|
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
|
<script src="/customize/pre-loading.js?ver=1.1"></script>
|
|
<link href="/customize/src/pre-loading.css?ver=1.0" rel="stylesheet" type="text/css">
|
|
<script async data-bootload="/kanban/inner.js" data-main="/common/sframe-boot.js?ver=1.11" src="/components/requirejs/require.js?ver=2.3.5"></script>
|
|
<style>
|
|
.loading-hidden {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="cp-app-kanban">
|
|
<div id="cme_toolbox" class="cp-toolbar-container"></div>
|
|
<div id="cp-app-kanban-editor">
|
|
<div id="cp-app-kanban-container">
|
|
<div id="cp-app-kanban-content"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|