Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
boulot
/
Test02
:
code.html
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<!DOCTYPE html> <html> <head> <title>Addition App</title> <meta charset="utf-8"> <script> a = 5; b = 6; c = a + b; console.log(c); </script> </head> <body> <p> Blabla </p> </body> </html>