mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
9 lines
114 B
HTML
9 lines
114 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
<body>
|
|
<img src="rust_logo.png" />
|
|
</body>
|
|
</html>
|