<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/reset.css">
<link rel="stylesheet" type="text/css" href="css/appStyle.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>