mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
12 lines
148 B
HTML
12 lines
148 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
body {color:red}
|
||
|
p {margin:0; padding:0}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
123
|
||
|
<script>alert(1)</script>
|
||
|
</body>
|
||
|
</html>
|