mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +00:00
13 lines
160 B
HTML
13 lines
160 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: green }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>test</div>
|
|
<div>test</div>
|
|
<body>
|
|
</html>
|