mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
13 lines
284 B
HTML
13 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="padding: 10px;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: black;
|
|
border: 10px solid black;
|
|
background-clip: content-box;">
|
|
</div>
|
|
</body>
|
|
</html>
|