1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00
Files

11 lines
174 B
HTML

<!DOCTYPE html>
<html>
<body>
<style>
#a { border: 1px solid black; max-width: 200px; height: 100px; }
</style>
<div id="a">
</div>
</body>
</html>