Skip to content

Commit c4ce7d4

Browse files
committed
feat: create video example use
1 parent 78646c2 commit c4ce7d4

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

index.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ <h1 class="select-none">Automata Simulation</h1>
137137
</div>
138138
</div>
139139

140-
<main class="leading-7">
141-
<div class="container mx-auto my-10">
140+
<main class="leading-7 container mx-auto">
141+
<div class="my-10">
142142
<h2 class="text-2xl font-bold mb-2">About</h2>
143143

144144
<p>
@@ -154,7 +154,20 @@ <h2 class="text-2xl font-bold mb-2">About</h2>
154154
</p>
155155
</div>
156156

157-
<div class="container mx-auto my-10">
157+
<div class="max-w-[800px] mx-auto">
158+
<video
159+
autoplay="true"
160+
src="/example-use.mp4"
161+
class="border-2 rounded"
162+
alt="create, modify, and simulate automata"
163+
></video>
164+
165+
<p class="text-center text-sm font-bold underline">
166+
Rename states and transitions with double click
167+
</p>
168+
</div>
169+
170+
<div class="my-10">
158171
<h2 class="text-2xl font-bold mb-2">Collaborate</h2>
159172

160173
<p class="mb-4">

public/example-use.mp4

675 KB
Binary file not shown.

0 commit comments

Comments
 (0)