mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
25 lines
381 B
HTML
25 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You see here a scroll labeled JUYED AWK YACC.</title>
|
|
<style>
|
|
* {
|
|
line-height: 14px;
|
|
}
|
|
#a {
|
|
position: relative;
|
|
}
|
|
#b {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=a>Here lies the body of Jonathan Blake.
|
|
<div id=b>Stepped on the gas instead of the brake.</div></div>
|
|
</body>
|
|
</html>
|
|
|