mirror of
https://github.com/servo/servo.git
synced 2025-06-17 04:44:28 +00:00
15 lines
123 B
HTML
15 lines
123 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
a
|
|
</body>
|
|
</html>
|
|
|
|
|