Remove icons.html.

This commit is contained in:
Sergey Vartanov 2020-08-30 11:19:07 +03:00
parent f3a9e149b4
commit 4e0394d654

View file

@ -1,17 +0,0 @@
<html>
<head>
<title>Icons</title>
</head>
<body>
<h1>Normal size</h1>
<img src="icon_grid.svg" />
<h1>Double size</h1>
<div style="display:inline-block;">
<img src="icon_grid.svg" width=200% %/>
</div>
</body>
</html>