mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-22 18:29:11 +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>
|