-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplain_with_10_icons.html
23 lines (23 loc) · 1.18 KB
/
plain_with_10_icons.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>
Plain HTML page with 10 PNG icons
</title>
</head>
<body>
<h1>Plain HTML page with 10 PNG icons</h1>
<p>Bacon ipsum dolor amet lorem landjaeger corned beef in venison reprehenderit picanha ipsum alcatra shoulder strip steak chicken. Salami eiusmod ham commodo nulla, hamburger tongue sed incididunt duis ham hock sausage ullamco pork belly proident. Tempor strip steak ball tip spare ribs picanha in chicken ground round culpa rump tail pancetta pig. Laboris pariatur pig, exercitation salami do labore andouille aliqua bacon anim dolore. Mollit brisket kevin aliqua enim ut tri-tip.</p>
<img src="icons/application_side_expand.png"/>
<img src="icons/application_view_tile.png"/>
<img src="icons/browser_internetexplorer.png"/>
<img src="icons/drink_empty.png"/>
<img src="icons/dvd.png"/>
<img src="icons/hourglass_delete.png"/>
<img src="icons/page_white.png"/>
<img src="icons/page_white_php.png"/>
<img src="icons/tag_green.png"/>
<img src="icons/text_align_left.png"/>
</body>
</html>