Skip to content

Commit 138536c

Browse files
committed
Minor change to test file
Switch from placekitten.com to lorempixel.com for placeholder images.
1 parent 701c73b commit 138536c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>Text-level semantics</h1>
7676
The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br>
7777
The <em>em element</em> example<br>
7878
The <i>i element</i> example<br>
79-
The img element <img src="http://placekitten.com/16/16" alt=""> example<br>
79+
The img element <img src="http://lorempixel.com/16/16" alt=""> example<br>
8080
The <ins>ins element</ins> example<br>
8181
The <kbd>kbd element</kbd> example<br>
8282
The <mark>mark element</mark> example<br>
@@ -88,8 +88,8 @@ <h1>Text-level semantics</h1>
8888
The <strong>strong element</strong> example<br>
8989
The <sub>sub element</sub> example<br>
9090
The <sup>sup element</sup> example<br>
91-
The <var>var element</var> example<br>
92-
The <u>u element</u> example
91+
The <u>u element</u> example<br>
92+
The <var>var element</var> example
9393
</p>
9494

9595
<h1>Embedded content</h1>
@@ -101,8 +101,8 @@ <h3>audio</h3>
101101

102102
<h3>img</h3>
103103

104-
<img src="http://placekitten.com/100/100" alt="">
105-
<a href="#"><img src="http://placekitten.com/100/100" alt=""></a>
104+
<img src="http://lorempixel.com/100/100" alt="">
105+
<a href="#"><img src="http://lorempixel.com/100/100" alt=""></a>
106106

107107
<h3>svg</h3>
108108

@@ -209,7 +209,7 @@ <h3>description list</h3>
209209
<h3>figure</h3>
210210

211211
<figure>
212-
<img src="http://placekitten.com/400/200" alt="">
212+
<img src="http://lorempixel.com/400/200" alt="">
213213
<figcaption>Figcaption content</figcaption>
214214
</figure>
215215

@@ -299,7 +299,7 @@ <h1>Forms</h1>
299299

300300
<fieldset>
301301
<legend>Clickable inputs and buttons</legend>
302-
<p><input type="image" src="http://placekitten.com/90/24" alt="Image (input)"></p>
302+
<p><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></p>
303303
<p><input type="reset" value="Reset (input)"></p>
304304
<p><input type="button" value="Button (input)"></p>
305305
<p><input type="submit" value="Submit (input)"></p>
@@ -335,7 +335,7 @@ <h1>Forms</h1>
335335
<div><select><option>Option 01</option><option>Option 02</option></select></div>
336336
<div><textarea cols="30" rows="5">Textarea text</textarea></div>
337337

338-
<div><input type="image" src="http://placekitten.com/90/24" alt="Image (input)"></div>
338+
<div><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></div>
339339
<div><input type="reset" value="Reset (input)"></div>
340340
<div><input type="button" value="Button (input)"></div>
341341
<div><input type="submit" value="Submit (input)"></div>

0 commit comments

Comments
 (0)