mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
10 lines
122 B
HTML
10 lines
122 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<style>
|
|
body { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
This text should be green
|
|
</body>
|