forked from huangyafei/chishenme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
46 lines (39 loc) · 1.11 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>月会我要喝</title>
<meta name="keywords" content="月会我要喝" />
<meta name="description" content="月会我要喝" />
<link rel="stylesheet" href="default.css">
</head>
<body>
<div id="wrapper">
<h3>
<b style="color:red" id="detail"></b>
</h3>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h1>
<div id="title"></div>
<br>
<br>
<b style="color:#FF9733" id="what"></b>
</h1>
<input type="button" value="开始" id="start" />
</div>
<textarea rows="9" cols="53" id="list" style="display:none"></textarea>
<!-- 馄饨 拉面 烩面 热干面 刀削面 油泼面 炸酱面 炒面 米线 土豆粉 螺狮粉 凉皮儿 麻辣烫 肉夹馍 羊肉汤 炒饭 卤肉饭 烤肉饭 黄焖鸡米饭 驴肉火烧 川菜 火锅 烤串 披萨 烤鸭 汉堡 炸鸡
-->
<script src="jquery.js"></script>
<script src="random.js"></script>
</body>
</html>