UNPKG

mega-scraper

Version:
22 lines (21 loc) 803 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>mega-scraper</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="app.css"> </head> <body> <main id="main"> </main> <script type="module"> import * as preact from '/preact.js' import App from '/components/App.js' preact.render(preact.h(App), document.getElementById('main')) </script> </body> </html>