mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
16 lines
225 B
HTML
16 lines
225 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
html {
|
|
font-size: 20px;
|
|
}
|
|
p {
|
|
width: 10em;
|
|
border: solid 1px black;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>hello, wide world</p>
|
|
</body>
|
|
</html>
|