mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-20 03:38:34 +00:00
10 lines
117 B
HTML
10 lines
117 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
div { color: green; }
|
|
</style>
|
|
<body>
|
|
<div>test</div>
|
|
</body>
|
|
</html>
|