index.html 188 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE html> <html lang ="en"> <meta charset="UTF-8"> <title>SLM</title> <body> <h1>hello world</h1> </body> <script src ="script.js"> </script> </html>