-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
53 lines (52 loc) · 1.63 KB
/
index1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>TG-XXYX</title>
<link rel="stylesheet" href="./index.css" />
<script defer src="./dist/bundle.js"></script>
</head>
<body>
<h1><a href="./search.html">进入XXYX版AI绘图网站</a></h1>
<hr />
<h1>
<a href="./第六次作业结果.html">
老师!!!看这里!!!这是这次作业的结果图!!!!(第六次)
</a>
</h1>
<div class="right">
<p>玩法:</p>
<ul>
<li>1.第一个输入框输入你的女神的名字</li>
<li>1.第二个输入框输入你现在有什么东西(多个东西用中文逗号分割)</li>
<li>2.第三个输入框输入你的女神喜欢什么东西(多个东西用中文逗号分割)</li>
<li>3.写好了以后,点击'开始'</li>
</ul>
</div>
<div class="inputbox">
<input
id="youname"
type="text"
class="input"
value=""
placeholder="输入你的女神的名字" />
<input
id="myHas"
class="input"
value=""
placeholder="我现在有什么?(如果有多个请用中文逗号,隔开)" />
<input
id="youLikes"
class="input"
value=""
placeholder="我喜欢的人喜欢什么?(如果有多个请用中文逗号,隔开)" />
<button id="button">开始</button>
</div>
<div class="footer">
<p id="myhas">我有的</p>
<p id="youhas">你有的</p>
</div>
</body>
</html>