6 lines
183 B
HTML
6 lines
183 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Test Reference</title>
|
|
<svg width="100" height="100" viewBox="0 0 100 100">
|
|
<rect width="100%" height="100%" fill="lime" />
|
|
</svg>
|