mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
18 lines
319 B
HTML
18 lines
319 B
HTML
<html>
|
|
<head>
|
|
<title>
|
|
today, weather is very cold.....
|
|
</title>
|
|
<style>
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="width:500px;height:200px;margin-left:100px;margin-top:100px" >
|
|
<img src="test.jpeg" style="width:100px;height:100px;"/>
|
|
</div>
|
|
</body>
|
|
</html>
|