mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +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>
|