mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00:00
17 lines
228 B
HTML
17 lines
228 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;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=a>blah blah blah</div>
|
|
</body>
|
|
</html>
|
|
|