dpi0 a révisé ce gist . Aller à la révision
1 file changed, 30 insertions
write.html(fichier créé)
@@ -0,0 +1,30 @@ | |||
1 | + | <!DOCTYPE html> | |
2 | + | <html class="fixedheight"> | |
3 | + | <head> | |
4 | + | <link rel="icon" href="assets/icons/favicon.ico" /> | |
5 | + | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
6 | + | <title>Writing</title> | |
7 | + | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
8 | + | <link rel="stylesheet" href="assets/css/styles.css" /> | |
9 | + | </head> | |
10 | + | <body class="fixedheight"> | |
11 | + | <input id="openFileInput" type="file" /> | |
12 | + | <textarea | |
13 | + | id="wmd-input" | |
14 | + | class="column wmd-input" | |
15 | + | spellcheck="true" | |
16 | + | ></textarea> | |
17 | + | <div id="wmd-preview" class="column wmd-preview"> | |
18 | + | <noscript>This text editor requires JavaScript.</noscript> | |
19 | + | </div> | |
20 | + | ||
21 | + | <script src="js/Markdown.Converter.js"></script> | |
22 | + | <script src="js/Markdown.Sanitizer.js"></script> | |
23 | + | <script src="js/Markdown.Editor.js"></script> | |
24 | + | <script src="js/Markdown.Extra.js"></script> | |
25 | + | <script src="js/mathjax_2-7-1.js"></script> | |
26 | + | <script src="js/mathjax-editing_writing.js"></script> | |
27 | + | <script src="js/jquery-min-1-12-4.js"></script> | |
28 | + | <script src="js/main.js"></script> | |
29 | + | </body> | |
30 | + | </html> |
Plus récent
Plus ancien