diff --git a/examples/vanilla/screen.html b/examples/vanilla/screen.html index 28467355..a0fd9b9a 100644 --- a/examples/vanilla/screen.html +++ b/examples/vanilla/screen.html @@ -1,66 +1,77 @@ + - -
- - -
+ + Think + + - + + +
+ + +
- - const video = document.querySelector('#video') - const playButton = document.querySelector('#play') - const recordButton = document.querySelector('#record') + + playButton.innerText = 'Stop' + record.playing = true + + gun.get('test').get('screen').once(data => { + if (!data) { return } + video.src = data + video.play() + }) + }, false) + + + + \ No newline at end of file diff --git a/examples/vanilla/todo.html b/examples/vanilla/todo.html index 7087f529..8706fd4f 100644 --- a/examples/vanilla/todo.html +++ b/examples/vanilla/todo.html @@ -1,53 +1,65 @@ + + + Think + + + -

Thoughts

+

Thoughts

-
- - -
+
+ + +
- - - - - + + + + + - + \ No newline at end of file diff --git a/examples/vanilla/user.html b/examples/vanilla/user.html new file mode 100644 index 00000000..c9319ade --- /dev/null +++ b/examples/vanilla/user.html @@ -0,0 +1,58 @@ + + +

User

+ +
+ + + + +
+ + + +
+ + +
+ + + + +