index.html 163 B

123456789
  1. <html>
  2. <head>
  3. <title>VS Code Rocks!</title>
  4. </head>
  5. <body>
  6. <h1>VS Code can do that?</h1>
  7. <p>Yes it can!</p>
  8. </body>
  9. </html>