File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments