mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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_a.png></body>
|
|
</html>
|
|
|