-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (24 loc) · 1.35 KB
/
index.html
File metadata and controls
41 lines (24 loc) · 1.35 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>想什么?</title>
</head>
<body style="background-color:#97CBFF;">
<div id="container" style="background-color:#4EFEB3;text-align:center">
<div id="header" style="background-color:#FFFACD;" class="left"><h1 style="margin-bottom:0;">你怎么?</h1></div>
<div id="menu" style="background-color:#ECFFFF;height:200px;width:100px;float:left;">
<a href="/BSG/index.html"> <img src="/tu.jpg" width="540" height="312" title="woshiSB滑稽,垃圾" /></a></div>
<div id="content" style="background-color:#EEEEEE;height:200px;width:400px;float:left;">
<p>more about this site,please click following button:<br>
<a href="https://chenfancy.github.io/mofang/"><font color="red">魔方 </font></a>,<br>
<a href="/g/huojian/index.html"><font color="red">火箭 </font></a>,<br>
<a href="/g/dian/index.html"><font color="red">雨季</font></a>,<br>
<a href="/g/she/index.html"><font color="red">贪吃蛇</font></a><br>
</p>
</div>
<div id="footer" style="background-color:#F0000;clear:both;text-align:center;font-size:5px">
——powered by不知所以 all rights reserered by乐水晨帆</div>
</div>
</body>
</html>