mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
10 lines
261 B
HTML
10 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>
|