11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="utf-8 ">
5- < meta name ="viewport " content ="width=device-width ">
6- < title > Notepad</ title >
7- < link href ="/main.css " rel ="stylesheet " type ="text/css " />
8- < link href ="/editor.css " rel ="stylesheet " type ="text/css " />
9- < link href ="/icons.css " rel ="stylesheet " type ="text/css " />
10- < link href ="/tinymce.css " rel ="stylesheet " type ="text/css " />
11- < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 " />
12- < script src ="https://cdn.tiny.cloud/1/qe1yig5tgvcqpzeeabwqce18y6ids1owccr5y6ief739ddhq/tinymce/7/tinymce.min.js " referrerpolicy ="origin "> </ script >
13- </ head >
14- < body >
15- < input id ="readfile " type ="file " style ="opacity: 0; width: 0; height: 0; " name ="readfile " title ="File input " accept =".tnynpd, text/*,image/*,.md,html/*,.mht,.svg,.astro,.vue,.js/*,.jsxm,.jsm,.jsxm,ts/*,.ts,.tsx,.tsm,.tsxm,.json,.scss,.sass,.bat,.cmd,.sh,.yml,.yaml,.🗿,.twee ">
16- < main class ="container ">
17- < textarea id ="editor " title ="Text editor " placeholder ="Enter your text here "> </ textarea >
18- < iframe id ="preview " src =" " title ="Content Preview "> </ iframe >
19- < img class ="image-preview " src ="null " alt ="">
20- </ main >
21- <!-- Place the following <script> and <textarea> tags your HTML's <body> -->
22- < a id ="downloader "> </ a >
23- < input id ="eleVal " hidden >
24- < script >
25- javascript:( function ( ) { var script = document . createElement ( 'script' ) ; script . src = "//cdn.jsdelivr.net/npm/eruda" ; document . body . appendChild ( script ) ; script . onload = function ( ) { eruda . init ( ) } } ) ( ) ;
26- </ script >
27- < script src ="https://cdn.jsdelivr.net/npm/marked/marked.min.js "> </ script >
28- < script src ="https://unpkg.com/turndown/dist/turndown.js "> </ script >
29- < script src ="editorFunctions.js "> </ script >
30- < script src ="editor.js "> </ script >
31- < script src ="actions.js "> </ script >
32- < script src ="sectionWidth.js "> </ script >
33- </ body >
34- </ html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta name ="viewport " content ="width=device-width ">
6+ < title > Notepad</ title >
7+ < link href ="/main.css " rel ="stylesheet " type ="text/css " />
8+ < link href ="/editor.css " rel ="stylesheet " type ="text/css " />
9+ < link href ="/icons.css " rel ="stylesheet " type ="text/css " />
10+ < link href ="/tinymce.css " rel ="stylesheet " type ="text/css " />
11+ < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 " />
12+ < script src ="https://cdn.tiny.cloud/1/qe1yig5tgvcqpzeeabwqce18y6ids1owccr5y6ief739ddhq/tinymce/7/tinymce.min.js " referrerpolicy ="origin "> </ script >
13+ </ head >
14+ < body >
15+ < input id ="readfile " type ="file " name ="readfile " title ="File input " accept =".tnynpd, text/*,image/*,.md,html/*,.mht,.svg,.astro,.vue,.js/*,.jsxm,.jsm,.jsxm,ts/*,.ts,.tsx,.tsm,.tsxm,.json,.scss,.sass,.bat,.cmd,.sh,.yml,.yaml,.🗿,.twee ">
16+ < main class ="container ">
17+ < textarea id ="editor " title ="Text editor " placeholder ="Enter your text here "> </ textarea >
18+ < iframe id ="preview " src =" " title ="Content Preview "> </ iframe >
19+ < img class ="image-preview " src ="null " alt ="">
20+ </ main >
21+ <!-- Place the following <script> and <textarea> tags your HTML's <body> -->
22+ < a id ="downloader "> </ a >
23+ < input id ="eleVal " hidden >
24+ < script src ="https://cdn.jsdelivr.net/npm/marked/marked.min.js "> </ script >
25+ < script src ="https://unpkg.com/turndown/dist/turndown.js "> </ script >
26+ < script src ="editorFunctions.js "> </ script >
27+ < script src ="editor.js "> </ script >
28+ < script src ="actions.js "> </ script >
29+ < script src ="sectionWidth.js "> </ script >
30+ </ body >
31+ </ html >
0 commit comments