mirror of
https://github.com/servo/servo.git
synced 2025-06-14 03:14:29 +00:00
16 lines
226 B
HTML
16 lines
226 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You see here a scroll labeled READ ME.</title>
|
|
<style>
|
|
#a {
|
|
padding: 0 0 0 64px;
|
|
color: blue;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div><span id=a>blah blah blah</span></div>
|
|
</body>
|
|
</html>
|
|
|