mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 16:49:10 +02:00
17 lines
299 B
HTML
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>
|