]> git.mxchange.org Git - friendica.git/blob - library/tinymce/examples/menu.html
add remove_user hook (it looks like dreamhost changed all my file permissions, this...
[friendica.git] / library / tinymce / examples / menu.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml">\r
3 <head>\r
4 <title>Menu</title>\r
5 <style>\r
6 a {display:block;}\r
7 </style>\r
8 </head>\r
9 <body>\r
10 <h3>Examples</h3>\r
11 <a href="full.html" target="main">Full featured</a>\r
12 <a href="simple.html" target="main">Simple theme</a>\r
13 <a href="skins.html" target="main">Skin support</a>\r
14 <a href="word.html" target="main">Word processor</a>\r
15 <a href="custom_formats.html" target="main">Custom formats</a>\r
16 </body>\r
17 </html>