mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
356 B
HTML
17 lines
356 B
HTML
<html>
|
|
<head>
|
|
<title>redhat.com | Home</title>
|
|
<style>
|
|
#navWrap:after { content: "."; display: block; clear: both; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="navWrap">
|
|
<div style="float: left;">
|
|
foo
|
|
</div>
|
|
</div>
|
|
<img src="../../../testing/crashtest/images/tree.gif" style="float: right;">
|
|
</body>
|
|
</html>
|