Untitled
unknown
html
2 years ago
492 B
6
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Hello World!</title> <!-- Import the webpage's stylesheet --> <link rel="stylesheet" href="/style.css" /> <!-- Import the webpage's javascript file --> <script src="/script.js" defer></script> </head> <body> <!-- DEMO BOX DO UZYCIA W JS --> <div id="box"> </div> </body> </html>
Editor is loading...