mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +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>
|