Skip to content

Commit 2c40c99

Browse files
committed
fix(web): fix accendental renaming of "Original GIF"
1 parent 16ca1ca commit 2c40c99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

web/public/examples.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Coding Examples</h2>
2727
<img loading="lazy" width="400" height="400"
2828
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/Code Coding GIF by EscuelaDevRock Git.gif"
2929
alt="Animated GIF showing code being written on Git">
30-
<p>Converted SVG (<span>Loading...</span>)</p>
30+
<p>Original GIF (<span>Loading...</span>)</p>
3131
</div>
3232
<div class="example">
3333
<img loading="lazy" width="400" height="400"
@@ -42,7 +42,7 @@ <h2>Coding Examples</h2>
4242
<img loading="lazy" width="400" height="400"
4343
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/Code Coding GIF by EscuelaDevRock GitHub.gif"
4444
alt="Animated GIF showing code being written on Github">
45-
<p>Converted SVG (<span>Loading...</span>)</p>
45+
<p>Original GIF (<span>Loading...</span>)</p>
4646
</div>
4747
<div class="example">
4848
<img loading="lazy" width="400" height="400"
@@ -57,7 +57,7 @@ <h2>Coding Examples</h2>
5757
<img loading="lazy" width="400" height="400"
5858
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/Code Coding GIF by EscuelaDevRock VSCode.gif"
5959
alt="Animated GIF showing code being written on VSCode">
60-
<p>Converted SVG (<span>Loading...</span>)</p>
60+
<p>Original GIF (<span>Loading...</span>)</p>
6161
</div>
6262
<div class="example">
6363
<img loading="lazy" width="400" height="400"
@@ -71,7 +71,7 @@ <h2>Coding Examples</h2>
7171
<img loading="lazy" width="400" height="400"
7272
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/Code Coding GIF by EscuelaDevRock Sublime.gif"
7373
alt="Animated GIF showing code being written on Sublime">
74-
<p>Converted SVG (<span>Loading...</span>)</p>
74+
<p>Original GIF (<span>Loading...</span>)</p>
7575
</div>
7676
<div class="example">
7777
<img loading="lazy" width="400" height="400"
@@ -87,7 +87,7 @@ <h2>More Examples</h2>
8787
<img loading="lazy" width="400" height="400"
8888
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/Good_Morning_GIF_by_Hello_All.gif"
8989
alt="Animated GIF of Good Morning greeting" />
90-
<p>Converted SVG (<span>Loading...</span>)</p>
90+
<p>Original GIF (<span>Loading...</span>)</p>
9191
</div>
9292
<div class="example">
9393
<img loading="lazy" width="400" height="400"
@@ -101,7 +101,7 @@ <h2>More Examples</h2>
101101
<img loading="lazy" width="400" height="400"
102102
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/icon_loading_GIF.gif"
103103
alt="Animated GIF of a loading icon" />
104-
<p>Converted SVG (<span>Loading...</span>)</p>
104+
<p>Original GIF (<span>Loading...</span>)</p>
105105
</div>
106106
<div class="example">
107107
<img loading="lazy" width="400" height="400"
@@ -136,7 +136,7 @@ <h2>Complex Examples (Transparent Backgrounds)</h2>
136136
<img loading="lazy" width="400" height="400"
137137
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/black and white loop GIF by Sculpture.gif"
138138
alt="Animated GIF of a black and white loop pattern">
139-
<p>Converted SVG (<span>Loading...</span>)</p>
139+
<p>Original GIF (<span>Loading...</span>)</p>
140140
</div>
141141
<div class="example">
142142
<img class="binary-img" loading="lazy" width="400" height="400"
@@ -151,7 +151,7 @@ <h2>Complex Examples (Transparent Backgrounds)</h2>
151151
<img loading="lazy" width="400" height="400"
152152
src="https://raw.githubusercontent.com/Romelium/FrameSVG/main/images/Black And White Loop GIF by Pi-Slices.gif"
153153
alt="Animated GIF of another black and white loop pattern">
154-
<p>Converted SVG (<span>Loading...</span>)</p>
154+
<p>Original GIF (<span>Loading...</span>)</p>
155155
</div>
156156
<div class="example">
157157
<img class="binary-img" loading="lazy" width="400" height="400"

0 commit comments

Comments
 (0)