mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
292 B
HTML
20 lines
292 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Inline test page #1</title>
|
|
<style type="text/css">
|
|
.second {
|
|
font-size:2em;
|
|
}
|
|
</style>
|
|
<style type="text/css">
|
|
.first {
|
|
font-size:3em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="first">
|
|
Inline test page #1
|
|
</body>
|
|
</html>
|