- onenote.git
- src
- electron
- window
- onenote
- index.html
This file ( 2kB ) 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></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">
<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/256x256.png"/>
<script type="text/javascript" src="./load.js"></script>
</head>
<body onload="window.p3xOneNoteOnLoad()" id="p3x-onenote-bootstrap">
<div id="p3x-onenote-bottom-bar" title="{{ $root.p3x.onenote.lang.label.copyLocation }}">
<div layout="row" layout-fill layout-align="end center">
<div ng-click="$root.p3x.onenote.copyLocation()" style="overflow: hidden; width: calc(100% - 100px);">
{{ $root.p3x.onenote.location }}
</div>
<div flex="125px" >
<div style="float: right;">
<md-button ng-click="$root.p3x.onenote.donate()" style="padding: 0; margin: 0; min-height: auto; line-height: 20px;">
<i class="fas fa-donate"></i>
{{ $root.p3x.onenote.lang.label.donate }}
</md-button>
</div>
</div>
</div>
</div>
<webview id="p3x-onenote-webview" webpreferences="nativeWindowOpen=true">
</webview>
</body>
</html>