mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 20:32:40 +00:00
10 lines
128 B
HTML
10 lines
128 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<style scoped>
|
|
body > div p { color: green; }
|
|
</style>
|
|
<div>
|
|
<p>Hello</p>
|
|
</div>
|
|
</body>
|