mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-28 21:31:38 +00:00
13 lines
157 B
HTML
13 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<style>
|
|
body { color: green; }
|
|
</style>
|
|
<div>
|
|
<p>test</p>
|
|
</div>
|
|
more test
|
|
</body>
|
|
</html>
|