mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-11 22:30:39 +00:00
12 lines
156 B
HTML
12 lines
156 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { background: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><p>OneTwo</p></div>
|
|
</body>
|
|
</html>
|