mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
184 B
HTML
11 lines
184 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<title>Square outline</title>
|
|
<style>
|
|
div { width: 50px; height: 50px;
|
|
outline: 2px solid black;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body><div></div></body></html>
|