RSS Git Download  Clone
Raw Blame History
HTML rendered
<html>
<head>

    <title></title>

    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">

    <link rel="stylesheet" href="../../../../node_modules/@fortawesome/fontawesome-free/css/all.css">
    <link rel="stylesheet" href="./style.css">

    <!-- must be last -->
    <link rel="icon" type="image/png" href="../../images/128x128.png"/>

    <script src="./shim.js"></script>
    <script type="module" src="./load.mjs"></script>

</head>

<body id="p3x-onenote-bootstrap">

<dialog id="p3x-dialog"></dialog>

<div id="p3x-toast-container"></div>

<div id="p3x-onenote-bottom-bar">
    <div class="p3x-bar-group">
        <button id="p3x-back-btn" class="p3x-bar-btn" disabled title="">
            <i class="fas fa-chevron-left"></i>
        </button>
        <button id="p3x-forward-btn" class="p3x-bar-btn" disabled title="">
            <i class="fas fa-chevron-right"></i>
        </button>
        <div class="p3x-bar-separator"></div>
    </div>

    <span id="p3x-location-bar" title="">
        <span id="p3x-location"></span>
    </span>

    <div class="p3x-bar-group p3x-bar-right">
        <div class="p3x-bar-separator"></div>
        <button id="p3x-zoom-out-btn" class="p3x-bar-btn">
            <i class="fas fa-search-minus"></i>
        </button>
        <span id="p3x-zoom-factor">100%</span>
        <button id="p3x-zoom-in-btn" class="p3x-bar-btn">
            <i class="fas fa-search-plus"></i>
        </button>
        <div class="p3x-bar-separator"></div>
        <button id="p3x-donate-btn" class="p3x-bar-btn">
            <i class="fas fa-donate"></i>
            <span id="p3x-donate-label"></span>
        </button>
    </div>
</div>

<!--- webprefrences all lowercase -->
<webview id="p3x-onenote-webview" webpreferences="nativewindowopen=yes,contextisolation=no" allowpopups>
</webview>

</body>
</html>