pushbullet-desktop
Version:
Pushbullet for Desktop
26 lines (24 loc) • 447 B
HTML
<html>
<head>
<title>Pushbullet for Desktop</title>
</head>
<style>
body {
overflow: hidden;
margin: 0;
padding: 0;
}
webview {
display: inline-flex;
position: absolute;
width: 100%;
height: 100%;
}
</style>
<body>
<webview id="webview" src="http://pushbullet.com" preload="./scripts/browser.js"></webview>
<script>
</script>
</body>
</html>