integrate ydb client and adapt some demos

This commit is contained in:
Kevin Jahns
2018-10-13 14:38:29 +02:00
parent 3b08267daa
commit 4c01a34d09
27 changed files with 314 additions and 91 deletions

View File

@@ -2,7 +2,16 @@
<html>
</head>
<script src="./index.js" type="module"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body contenteditable="true">
<body>
<div class="sidebar">
<h3 id="createNoteButton">+ Create Note</h3>
<div class="notelist"></div>
</div>
<div class="main">
<h1 id="headline"></h1>
<div id="editor" contenteditable="true"></div>
</div>
</body>
</html>
</html>