├── cdn.hack
├── index.html
├── logo.png
├── main.js
├── run
├── app.js
└── index.php
├── style.css
└── system.hk
/cdn.hack:
--------------------------------------------------------------------------------
1 | switch ("/system.hk") {
2 | object run => code. =['html','css'];
3 | }
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nahidhk/html-CSS-complier/HEAD/index.html
--------------------------------------------------------------------------------
/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nahidhk/html-CSS-complier/HEAD/logo.png
--------------------------------------------------------------------------------
/main.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nahidhk/html-CSS-complier/HEAD/main.js
--------------------------------------------------------------------------------
/run/app.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nahidhk/html-CSS-complier/HEAD/run/app.js
--------------------------------------------------------------------------------
/run/index.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nahidhk/html-CSS-complier/HEAD/run/index.php
--------------------------------------------------------------------------------
/style.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/nahidhk/html-CSS-complier/HEAD/style.css
--------------------------------------------------------------------------------
/system.hk:
--------------------------------------------------------------------------------
1 | only Nahid HK Allowed
2 |
--------------------------------------------------------------------------------