mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
11 lines
261 B
HTML
11 lines
261 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta charset="utf-8">
|
|
<title>CSS Basic User Interface Reference</title>
|
|
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
|
|
<style>
|
|
div { font: 20px monospace; }
|
|
</style>
|
|
|
|
<div>Test passed…</div>
|