mirror of
https://github.com/srid/ema.git
synced 2024-11-22 21:52:56 +03:00
docs: use <video> for new emanote
This commit is contained in:
parent
09b00a8eb4
commit
c11cb41c0c
@ -18,9 +18,10 @@ The ultimate goal of ema is to facilitate creating with ease your own [neuron](h
|
||||
:::
|
||||
|
||||
:::{.flex .justify-center .items-center .mb-8}
|
||||
```{=video}
|
||||
/static/ema-demo.mp4
|
||||
```
|
||||
<video autoplay="" loop="" muted="">
|
||||
<source src="static/ema-demo.mp4" />
|
||||
<p>Your browser doesn't support HTML5 video. Here is a <a href="static/ema-demo.mp4">link to the video</a> instead.</p>
|
||||
</video>
|
||||
:::
|
||||
|
||||
:::{.flex .justify-center .items-center}
|
||||
|
Loading…
Reference in New Issue
Block a user