forked from lutzroeder/netron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicon.html
26 lines (26 loc) · 1.1 KB
/
icon.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<body>
<div style='height: 400px;'>
<div style='background: #f6f6f6; width: 400px; height: 400px; float: left;'>
<img src='icon.svg' width='300' style='position: relative; top: 50px; left: 50px;'>
</div>
<div style='background: #d8d8d8; width: 400px; height: 400px; float: left;'>
<img src='icon.svg' width='300' style='position: relative; top: 50px; left: 50px;'>
</div>
<div style='background: #1e1e1e; width: 400px; height: 400px; float: left;'>
<img src='icon.svg' width='300' style='position: relative; top: 50px; left: 50px;'>
</div>
</div>
<div style='height: 400px;'>
<div style='background: #f6f6f6; width: 400px; height: 400px; float: left;'>
<img src='icon.icns.svg' width='300' style='position: relative; top: 50px; left: 50px;'>
</div>
<div style='background: #d8d8d8; width: 400px; height: 400px; float: left;'>
<img src='icon.icns.svg' width='300' style='position: relative; top: 50px; left: 50px;'>
</div>
<div style='background: #1e1e1e; width: 400px; height: 400px; float: left;'>
<img src='icon.icns.svg' width='300' style='position: relative; top: 50px; left: 50px;'>
</div>
</div>
</body>
</html>