mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 20:28:42 +00:00
15 lines
160 B
HTML
15 lines
160 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
#b {
|
|
height: 20px;
|
|
background-color: blue;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="b"></div>
|
|
</body>
|
|
</html>
|