mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-26 19:27:22 +00:00
13 lines
157 B
HTML
13 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<style>
|
|
body { color: green; }
|
|
</style>
|
|
<div>
|
|
<p>test</p>
|
|
</div>
|
|
more test
|
|
</body>
|
|
</html>
|