mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
13 lines
162 B
HTML
13 lines
162 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css" media="print">
|
|
body {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
Hello
|
|
</body>
|
|
</html>
|