map-machine/icons.html
2015-08-02 19:33:37 +03:00

17 lines
299 B
HTML

<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>