<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/@fontsource/roboto/300.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/400.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/400-italic.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/500.css"/> <link rel="stylesheet" href="../../../../node_modules/@fontsource/roboto/700.css"/> <link rel="stylesheet" href="../../../../node_modules/angular/angular-csp.css"> <link rel="stylesheet" href="../../../../node_modules/angular-material/angular-material.css"> <link rel="stylesheet" href="../../../../node_modules/@fortawesome/fontawesome-free/css/all.css"> <link rel="stylesheet" href="./style.css"> <!-- <link rel="stylesheet" href="./core/overlay.css "> --> <!-- must be last --> <link rel="icon" type="image/png" href="../../images/128x128.png"/> <script type="text/javascript" src="./load.js"></script> </head> <body onload="window.p3xOneNoteOnLoad()" id="p3x-onenote-bootstrap"> <div id="p3x-onenote-bottom-bar" > <div style="float: left;"> <md-button ng-click="$root.p3x.onenote.go('back')" ng-disabled="!$root.p3x.onenote.canGo('back')" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto"> <md-tooltip md-direction="top" ng-bind="$root.p3x.onenote.lang.label.back"></md-tooltip> <i class="fas fa-chevron-left"></i> </md-button> <md-button ng-click="$root.p3x.onenote.go('forward')" ng-disabled="!$root.p3x.onenote.canGo('forward')" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto"> <md-tooltip md-direction="top" ng-bind="$root.p3x.onenote.lang.label.forward"></md-tooltip> <i class="fas fa-chevron-right"></i> </md-button> </div> <div style="float: right;"> <md-button ng-click="$root.p3x.onenote.donate()" style="padding: 0; margin: 0; padding-left: 8px; padding-right: 8px; min-height: auto; line-height: 20px; min-width: auto"> <i class="fas fa-donate"></i> <span ng-bind="$root.p3x.onenote.lang.label.donate"></span> </md-button> </div> <span ng-click="$root.p3x.onenote.copyLocation()" style="overflow: hidden; width: 100%;"> <md-tooltip md-direction="top" ng-bind="$root.p3x.onenote.lang.label.copyLocation"></md-tooltip> <span ng-bind="$root.p3x.onenote.location"></span> </span> </div> </div> <webview id="p3x-onenote-webview" webpreferences="nativeWindowOpen=true,contextIsolation=false" allowpopups> </webview> </body> </html>