mirror of
https://github.com/servo/servo.git
synced 2025-06-16 20:34:30 +00:00
14 lines
169 B
HTML
14 lines
169 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
background: purple;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="about:blank" width=200 height=100></iframe>
|
|
</body>
|
|
</html>
|
|
|