We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a40ee commit 793e7f7Copy full SHA for 793e7f7
templates/index.html
@@ -167,7 +167,7 @@ <h3 class="text-lg font-semibold mb-4">Trigonometry</h3>
167
<h3 class="text-lg font-semibold mb-4">3D Surface Plot</h3>
168
<div class="aspect-w-16 aspect-h-9 rounded-lg overflow-hidden mb-4 bg-indigo-900 bg-opacity-50">
169
<div class="flex items-center justify-center">
170
- <img src="{{ url_for('static', filename='gifs/3d_calculus.gif') }}" alt="Calculus" class="w-full h-full object-contain">
+ <img src="{{ url_for('static', filename='gifs/3d_calculus.gif') }}" alt="3d Surface Plot" class="w-full h-full object-contain">
171
</div>
172
173
<p class="text-gray-300">3D visualization of the surface area of a cube with animations.</p>
0 commit comments