mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
16 lines
235 B
HTML
16 lines
235 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
|
|
document.write('<style>')
|
|
|
|
document.write(".menured { color: red; } \n")
|
|
document.write('</style>')
|
|
</script>
|
|
|
|
<p class="menured">This should be the only text visible and it should be red</p>
|
|
|
|
</body></html>
|
|
|
|
|