UNPKG

ds-algo-study

Version:

Just experimenting with publishing a package

27 lines (20 loc) 845 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>WEB_DEV_NOTES</title> <script src="https://code.jquery.com/jquery-3.5.1.min.js" /></script> <script src="https://raw.githubusercontent.com/darcyclarke/Repo.js/master/repo.min.js" /></script> <script async src="./repo.js"></script> </head> <body> <iframe height="800px" width="100%" src="https://repl.it/@bgoonz/Blank?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> <hr> <script async defer> $(function() { $('body').repo({ user: 'bgoonz', name: 'WEB-DEV-NOTES' }) }); </script> <h1>END OF PAGE</h1> </body> </html>