mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
10 lines
114 B
HTML
10 lines
114 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
</head>
|
|
<body>
|
|
<img src="rust_logo.png" />
|
|
</body>
|
|
</html>
|