mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
21 lines
273 B
HTML
21 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>I CAN'T LIVE ANOTHER DAY WITHOUT AIR CONDITIONING!</title>
|
|
<style>
|
|
#a {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=a>
|
|
hi
|
|
<div id=b>
|
|
there
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|