UNPKG

browser-extension-manager

Version:
27 lines (24 loc) 742 B
<!doctype html> <html> <head> <!-- Meta --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Ultimate Browser Extension</title> <!-- CSS --> <link href="/assets/css/options.bundle.css" rel="stylesheet"> </head> <body class="wrap"> <footer class="main-footer"> <div class="grid"> <div class="unit whole center-on-mobiles"> <p class="text-center text-muted"> &copy; <a href="https://itwcreativeworks.com" target="_blank">ITW Creative Works</a> <span class="wm-year"></span>. </p> </div> </div> </footer> <!-- JS --> <script src="/assets/js/options.bundle.js"></script> </body> </html>