mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-13 23:02:46 +00:00
7 lines
188 B
XML
7 lines
188 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<style>
|
||
|
@import url(http://example.com/style.css);
|
||
|
</style>
|
||
|
<circle cx="50" cy="50" r="45" fill="green"
|
||
|
id="foo"/>
|
||
|
</svg>
|