Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 605 Bytes

html-web-execution-simple

[HTML] Is a simple web-based HTML code executor. It is focused on mobile device browsers
Example

JS executor

AceEditor v1.4.14+

Getting started

  1. Cloning this repository
  2. Launch index.html

File structure

/ ................. Root
├─ index.html ..... Main HTML file
├─ css ............ Folder with CSS files
│  └─ index.css ... Main CSS file
└─ js ............. Folder with JavaScript files
   └─ index.js .... Main JS file