mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-07-06 07:20:06 +00:00
12 lines
153 B
HTML
12 lines
153 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
This text should be green
|
|
</body>
|
|
</html>
|