完善HTML頁面

master
Ron.wang 4 years ago
parent 9ba83d455a
commit fb6602b97f

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
p{
color: red
}
</style>
</head>
<body>
<img src="static/OIP.jpg" width="200" height="200">
<hr color="#CC33FF">
<div style="padding:1px;background-color:green;opacity:1.0;" width="10">
<h1> {{ name }}!</h1><img src="static/battle.jpg" width="500" height="300" >
<h2> {{ weather }}</h2>
<!-- <h2>{{ Tm }} {{ T }}</h2> -->
<marquee behavior="slide" scrollamount="30"><h1><p>現在氣溫:{{ Tm }} {{ T }}</p></h1></marquee>
</div>
</html>
Loading…
Cancel
Save