10 lines
124 B
HTML
10 lines
124 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
svg {
|
|
width: 250px;
|
|
height: 250px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<svg>
|
|
</svg>
|