mirror of https://github.com/xwiki-labs/cryptpad
33 lines
1.2 KiB
HTML
33 lines
1.2 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">
|
|
<link rel="icon" type="image/png" href="/customize/favicon/main-favicon.png" id="favicon"/>
|
|
<script async data-bootload="/nextcloud/main.js" data-main="/common/boot.js?ver=1.0" src="/components/requirejs/require.js?ver=2.3.5"></script>
|
|
<style>
|
|
#main {
|
|
color: white;
|
|
}
|
|
#cryptpad-editor {
|
|
border: none;
|
|
width: 100%;
|
|
height: calc(100% - 100px);
|
|
position: absolute;
|
|
top: 100px;
|
|
left: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="html cp-app-openin">
|
|
<div id="main">Pew pew pew</div>
|