-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (38 loc) · 1.29 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
47
48
49
50
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Sup</title>
<link href="Sup.css" rel="stylesheet" type="text/css"><!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type= "text/javascript" src="myscript.js"></script>
</head>
<body>
<div class="cc">
<div class="container">
<div id="logo">
<img src="Logo2(1).png" width="100%" height="auto" />
</div>
<!-- end .container --></div>
<div style="color:#0000FF" id="eat2" class="ui-widget-content"><a href = "sup.cgi?action=eat&dist=5000">
<img src="quote1.png" width= "100%" height="auto" /></a>
</div>
<div style="color:#0000FF" id="play" class="ui-widget-content">
<a href = "sup.cgi?action=play&dist=5000">
<img src="quote2.png" width="100%" height="auto" /></a>
</div>
<div style="color:#0000FF" id="stay" class="ui-widget-content">
<a href = "sup.cgi?action=stay">
<img src="quote3.png" width="100%" height="auto" /></a>
</div>
<div style="color:#0000FF" id="shop" class="ui-widget-content">
<img src="Logo2(1).png" width="100%" height="auto" />
</div>
</div>
</div>
</div>
</body>
</html>