mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2ea3b24b47
--HG-- extra : rebase_source : 4d538fcbd8a6b58408dc46835632a4664ba8d0d8
17 lines
293 B
HTML
17 lines
293 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style>
|
|
#result {
|
|
color: green;
|
|
text-decoration: underline;
|
|
text-transform: lowercase;
|
|
background: yellow;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="result">text</div>
|
|
</body>
|
|
</html>
|
|
|