- onenote.git
- src
- electron
- index.html
This file ( 470B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
<html>
<head>
<title>P3X One Note</title>
<meta content="">
<link rel="icon" type="image/png" href="images/256x256.png" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/preload.js"></script>
</head>
<body onload="window.electronWindowSetup()">
<webview id="p3x-onenote-webview" src="https://www.onenote.com/notebooks" allowpopups style="overflow: hidden; width:100%; height:100%;"></webview>
</body>
</html>