mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
13 lines
159 B
HTML
13 lines
159 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kaboom</title>
|
|
<style>
|
|
body {
|
|
background: #00ff00;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body><img src=alpha_png_b.png></body>
|
|
</html>
|
|
|