mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
16 lines
123 B
HTML
16 lines
123 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
a
|
|
</body>
|
|
</html>
|
|
|
|
|