Joywork/test_check.php

58 lines
2.3 KiB
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<!DOCTYPE html><!--
Copyright (c) 2014-2023, CKSource Holding sp. z o.o. All rights reserved.
This file is licensed under the terms of the MIT License (see LICENSE.md).
-->
<html lang="en" dir="ltr">
<head>
<title>CKEditor 5 DecoupledEditor build</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="https://c.cksource.com/a/1/logos/ckeditor5.png">
<link rel="stylesheet" type="text/css" href="/js/ckeditor5/sample/styles.css">
</head>
<body data-editor="DecoupledEditor" data-collaboration="false" data-revision-history="false">
<header>
<div class="centered">
<h1><a href="https://ckeditor.com/ckeditor-5/" target="_blank" rel="noopener noreferrer"><img src="https://c.cksource.com/a/1/logos/ckeditor5.svg" alt="CKEditor 5 logo">CKEditor 5</a></h1>
<nav>
<ul>
<li><a href="https://ckeditor.com/docs/ckeditor5/" target="_blank" rel="noopener noreferrer">Documentation</a></li>
<li><a href="https://ckeditor.com/" target="_blank" rel="noopener noreferrer">Website</a></li>
</ul>
</nav>
</div>
</header>
<div class="message">
<div class="centered">
<h2>CKEditor 5 online builder demo - DecoupledEditor build</h2>
</div>
</div>
<div id="document-container">
<div id="toolbar-container">
<!-- This is where the document editor toolbar will be inserted. -->
</div>
<div class="minimap-wrapper">
<div class="editor-container">
<div id="editor-content">
<!-- This is where the edited content will render (the page). -->
</div>
</div>
<div class="minimap-container">
<!-- This is where the minimap will be inserted. -->
</div>
</div>
</div>
<footer>
<p><a href="https://ckeditor.com/ckeditor-5/" target="_blank" rel="noopener">CKEditor 5</a>
Rich text editor of tomorrow, available today
</p>
<p>Copyright © 2003-2023,
<a href="https://cksource.com/" target="_blank" rel="noopener">CKSource</a>
Holding sp. z o.o. All rights reserved.
</p>
</footer>
<script src="/js/ckeditor5/build/ckeditor.js"></script>
<script src="/js/ckeditor5/sample/script.js"></script>
</body>
</html>