mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23:40 +01:00
8 lines
211 B
HTML
8 lines
211 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>href - a element reference</title>
|
|
<body>
|
|
<svg width="100" height="100" viewBox="0 0 100 100">
|
|
<rect width="100%" height="100%" fill="lime"/>
|
|
</svg>
|
|
</body>
|