mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
210 B
HTML
17 lines
210 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
#rear {
|
|
width: 500px;
|
|
height: 1500px;
|
|
-moz-box-shadow: 0 0 100px #667;
|
|
display: block;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="rear"></div>
|
|
</body>
|
|
</html>
|