Skip to content
Snippets Groups Projects
popup.html 969 B
Newer Older
Thomas Rientjes's avatar
Thomas Rientjes committed
<!DOCTYPE html>

<html>

    <head>

        <title>Decentraleyes Popup</title>

        <link rel="stylesheet" type="text/css" href="popup.css">

    </head>

    <body>

        <script src="popup.js"></script>

        <div id="extension-options-overlay-header">
            <img id="extension-options-overlay-icon" src="icon.png">
            <div id="extension-options-overlay-title">Decentraleyes</div>
        </div>

        <section class="popup-content">
            <h1 id="injection-counter"></h1>
            <div class="title" data-i18n-content="amountInjectedTitle"></div>
            <div class="description" data-i18n-content="amountInjectedDescription"></div>
        </section>

        <section class="button-panel">
            <a href="https://decentraleyes.org/test" target="_blank" class="text-link">decentraleyes.org/test</a>
            <button id="options-button"><span class="fa"></span></button>
        </section>

    </body>

</html>