Initial commit, works on Linux.

This commit is contained in:
2019-01-20 07:22:17 +05:00
commit f1ed198d59
11 changed files with 2502 additions and 0 deletions

7
index.html Normal file
View File

@@ -0,0 +1,7 @@
<html>
<body>
<webview id="yandexmail" preload="${__dirname}/renderer.js" src="https://mail.yandex.ru/" style="position:absolute;width:100%;height:100%;"></webview>
</body>
</html>