<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/typeface-roboto/index.css" /> <link rel="stylesheet" href="../../../../node_modules/angular/angular-csp.css"> <link rel="stylesheet" href="../../../../node_modules/angular-material/angular-material.css"> <!-- must be last --> <link rel="icon" type="image/png" href="../../asset/256x256.png" /> <script type="text/javascript" src="./load.js"></script> </head> <body onload="window.p3xOneNoteOnLoad()" id="p3x-onenote-bootstrap"> <div style="cursor: pointer; position: fixed; bottom: 0px; left: 0px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height: 20px; font-site: 18px; background-color: black; color: grey;" title="{{ $root.p3x.onenote.lang.label.copyLocation }}" ng-click="$root.p3x.onenote.copyLocation()">{{ $root.p3x.onenote.location }}</div> <webview id="p3x-onenote-webview" allowpopups style="position: fixed; top: 0px; left: 0px; overflow: hidden; width:100%; height: calc(100% - 20px);"> </webview> </body> </html>