-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathticket.html
67 lines (57 loc) · 1.34 KB
/
ticket.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html style="height: 100%">
<head>
<title>放一些东西的地方</title>
<meta charset="utf-8">
<style>
#header {
background-color:#CC66FF;
color:white;
text-align:center;
padding:5px;
}
#nav {
line-height:30px;
background-color:#FFCCCC;
width:17%;
float:left;
padding:5px;
}
#section {
background-color: #CCCCFF;
width:80%;
float:left;
padding:10px;
}
#footer {
background-color:black;
color:white;
clear:both;
text-align:center;
padding:5px;
}
</style>
</head>
<body style="height: 100%; margin: 0"><div id="header">
<h1>一些东西</h1>
</div>
<div id="nav">
船票<br>
</div>
<div id="section">
<h1>去火星的</h1>
<p>
<iframe src="https://mars.jpl.nasa.gov/participate/send-your-name/orion-first-flight/?action=getcert&e=1&pid=2&cn=1000115641&" width="750" height="307" scrolling="no" frameborder="0"></iframe>
</p>
<p>
<iframe src="https://mars.jpl.nasa.gov/participate/send-your-name/insight/?action=getcert&e=1&pid=3&cn=743003613839&" width="750" height="307" scrolling="no" frameborder="0"></iframe>
</p>
<p>
<iframe src="http://www.staggeringbeauty.com/" style="border: 1px inset #ddd" width="498" height="598"></iframe>
</p>
</div>
<div id="footer">
陈禹西把他搜集的东西放在这里
</div>
</body>
</html>