mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-03 08:07:17 -05:00
11 lines
151 B
HTML
11 lines
151 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
body { background-color: green }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>body { background-color: green }</p>
|
||
|
</body>
|
||
|
</html>
|