snappymail/tests/data/html/2.html

12 lines
148 B
HTML
Raw Normal View History

2016-05-21 03:02:39 +08:00
<html>
<head>
<style type="text/css">
body {color:red}
p {margin:0; padding:0}
</style>
</head>
<body>
123
<script>alert(1)</script>
</body>
</html>