-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
2 lines (2 loc) · 3.47 KB
/
index.html
1
2
<!-- Update 12 May 2023 09:38 WIB, IyoRTML -->
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Live Code Editor</title><link rel="apple-touch-icon" href="https://cusmedroid.github.io/favicon.ico"><meta name="description" content="Cusmedroid is an android studio application development project name. the name was created by iyortml alias suryo dwijayanto. Initially cusmedroid was a custom rom project on android, at that time in 2014 - 2015 cusmedroid was still looking for identity, until now in 2022 - then cusmedroid will be the unique name of me who doesn’t have a team."><meta name="keywords" content="cusmedroid, iyortml, learn php with cusmedroid, learn php with iyortml, cusmedroid android, cusmedroid developer, developer indonesia, made in indonesia, website, php, html, css, js, xml, java, api, apikey, mysqli, phpmyadmin, android studio, android-studio, html live code editor, code editor, codeeditor, html code editor, html code editor cusmedroid"><meta name="author" content="CusMeDroid"><meta property="og:description" content="Cusmedroid is an android studio application development project name. the name was created by iyortml alias suryo dwijayanto. Initially cusmedroid was a custom rom project on android, at that time in 2014 - 2015 cusmedroid was still looking for identity, until now in 2022 - then cusmedroid will be the unique name of me who doesn’t have a team."><meta property="og:image" content="https://cusmedroid.github.io/favicon.ico"><meta property="og:image:type" content="image/jpeg"><meta property="og:image:width" content="200"><meta property="og:image:height" content="200"><link rel="stylesheet" type="text/css" href="https://cusmedroid.github.io/live-code-editor/assets/style/main.css"><script type="text/javascript" src="https://cusmedroid.github.io/js/jquery-3.6.0.min.js"></script><script src="https://kit.fontawesome.com/1e34aa76be.js" crossorigin="anonymous"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-6WGSLTP171"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-6WGSLTP171")</script></head><body id="myCopyright"><div class="container"><div class="left"><label class="collapsible"><i class="fa-brands fa-html5"></i>HTML</label><textarea class="content vhtml" placeholder="Write html code..." id="html-code" onkeyup="run()"></textarea><label class="collapsible"><i class="fa-brands fa-css3-alt"></i>CSS</label><textarea class="content" placeholder="Write css code..." id="css-code" onkeyup="run()"></textarea><label class="collapsible"><i class="fa-brands fa-js"></i>JavaScript</label><textarea class="content" placeholder="Write js code..." id="js-code" onkeyup="run()"></textarea></div><div class="right"><label><i class="fa-solid fa-play"></i>Output</label><iframe id="output"></iframe><div class="saving"><button onclick='save("index.html",mainCode+mhtml.value+endCode)'><i class="fa-solid fa-floppy-disk"></i> HTML</button> <button onclick='save("style.css",mcss.value)'><i class="fa-solid fa-floppy-disk"></i> CSS</button> <button onclick='save("lce-script.js",mjs.value)'><i class="fa-solid fa-floppy-disk"></i> JS</button></div></div></div><script type="text/javascript" src="https://cusmedroid.github.io/js/a2SosWpl0AzDLCE.js"></script><script type="text/javascript" src="https://cusmedroid.github.io/js/disclaimer.js"></script></body></html>