- onenote.git
- src
- electron
- index.html
This file ( 614B ) 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>One Note</title>
<meta content="">
<link rel="icon" type="image/png" href="images/icon.png" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript">console.log('tweetdeck running') /* this is here because of https://github.com/electron/electron/issues/1117 */</script>
<script type="text/javascript" src="js/preload.js"></script>
</head>
<body onload="window.electronWindowSetup()">
<webview id="onenote-webview" src="https://www.onenote.com/notebooks" allowpopups style="overflow: hidden; width:100%; height:100%;"></webview>
</body>
</html>