mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
19 lines
310 B
HTML
19 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You see here a scroll labeled JUYED AWK YACC.</title>
|
|
<style>
|
|
* {
|
|
line-height: 14px;
|
|
}
|
|
#b {
|
|
margin-top: -14px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=a>Here lies the body of Jonathan Blake.</div>
|
|
<div id=b>Stepped on the gas instead of the brake.</div>
|
|
</body>
|
|
</html>
|
|
|