mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
6 lines
273 B
HTML
6 lines
273 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>A green 100x100 block</title>
|
|
<link rel="author" title="Xidorn Quan" href="me@upsuper.ort">
|
|
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
|
|
<div style="width: 100px; height: 100px; background: green;"></div>
|