mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
10 lines
130 B
HTML
10 lines
130 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p style="color: green">
|
|
<style scoped>
|
|
p { color: red }
|
|
</style>
|
|
Hello
|
|
</p>
|
|
</body>
|