mirror of
https://github.com/seigler/janus
synced 2025-07-27 01:36:11 +00:00
feat: syncronize position across several windows
This commit is contained in:
parent
31c44a39bb
commit
59e965047e
3 changed files with 54 additions and 24 deletions
|
@ -9,9 +9,14 @@
|
|||
<main>
|
||||
<section>
|
||||
<h1>Presentation Title</h1>
|
||||
<ul>
|
||||
<li janus-timeline>Point one</li>
|
||||
<li janus-timeline>Point two</li>
|
||||
<li janus-timeline>Point three!</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="image">
|
||||
<img src="https://placekitten.com/1024/768" alt="" />
|
||||
<section>
|
||||
<img class="cover" src="https://placekitten.com/1024/768" alt="" />
|
||||
<h1>Slide Two</h1>
|
||||
</section>
|
||||
<section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue