feat: Window And Preferences wired

This commit is contained in:
tiddlygit-test 2020-12-29 00:03:48 +08:00
parent 33b38f6314
commit 3c10dc0f6f
32 changed files with 413 additions and 467 deletions

10
src/renderer.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>TiddlyGit</title>
</head>
<body>
<div id="app"></div>
</body>
</html>