mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
10 lines
117 B
HTML
10 lines
117 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<style>
|
||
|
div { color: green; }
|
||
|
</style>
|
||
|
<body>
|
||
|
<div>test</div>
|
||
|
</body>
|
||
|
</html>
|