Files
2018-02-02 04:16:08 -05:00

12 lines
136 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span { color: green }
</style>
</head>
<body>
<span>There should be no red</span>
</body>
</html>