diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/ckeditor/samples/old/mathjax/mathjax.html | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/ckeditor/samples/old/mathjax/mathjax.html')
-rw-r--r-- | public/bower_components/ckeditor/samples/old/mathjax/mathjax.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/public/bower_components/ckeditor/samples/old/mathjax/mathjax.html b/public/bower_components/ckeditor/samples/old/mathjax/mathjax.html new file mode 100644 index 0000000..0f9ea3b --- /dev/null +++ b/public/bower_components/ckeditor/samples/old/mathjax/mathjax.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<!-- +Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license +--> +<html> +<head> + <meta charset="utf-8"> + <title>Mathematical Formulas — CKEditor Sample</title> + <script src="../../../ckeditor.js"></script> + <link href="../../../samples/old/sample.css" rel="stylesheet"> + <meta name="ckeditor-sample-name" content="Mathematics plugin"> + <meta name="ckeditor-sample-group" content="Plugins"> + <meta name="ckeditor-sample-description" content="Create mathematical equations in TeX and display them in visual form."> + <meta name="ckeditor-sample-isnew" content="1"> + <script> + CKEDITOR.disableAutoInline = true; + </script> +</head> +<body> + <h1 class="samples"> + <a href="../../../samples/old/index.html">CKEditor Samples</a> » Mathematical Formulas + </h1> + <div class="warning deprecated"> + This sample is not maintained anymore. Check out its <a href="https://sdk.ckeditor.com/samples/mathjax.html">brand new version in CKEditor SDK</a>. + </div> + <div id="footer"> + <hr> + <p> + CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a> + </p> + <p id="copy"> + Copyright © 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico + Knabben. All rights reserved. + </p> + </div> +</body> +</html> |