mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
12 lines
162 B
HTML
12 lines
162 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css" media="print">
|
|
body {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
Hello
|
|
</body>
|
|
</html>
|