mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
18 lines
411 B
HTML
18 lines
411 B
HTML
<html>
|
|
<head>
|
|
<title>
|
|
The winter is too cold for me...
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img src="rust_logo.png" width="206" />
|
|
</div>
|
|
<div>
|
|
<img src="rust_logo.png" width="206" />
|
|
</div>
|
|
<div style="width:1000px">
|
|
<img src="rust_logo.png" style="width:100px" />
|
|
</div>
|
|
</body>
|
|
</html>
|