-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (41 loc) · 1.31 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 lang="en">
<head>
<meta charset="utf-8">
<title>yuanopen.top</title>
<link rel="stylesheet" media="screen" href="css/style.css">
<script language="JavaScript">
function dosearch() {
var sf=document.searchform;
var submitto = sf.sengine.value + escape(sf.searchterms.value);
window.location.href = submitto;
return false;
}
</script>
</head>
<body>
<div class="header">
<!--<img src="images/logo1.jpg" />-->
<p><span>yuanopen</span></p>
</div>
<!--<p class="error">源</p>-->
<div class="content">
<h2>yuanopen.top</h2>
<p class="text">
每一个成功者都有一个开始。勇于开始,才能找到成功的路。
<!--<form name="searchform" onSubmit="return dosearch();">-->
<!--<input type="hidden" name="sengine" value="http://www.google.com/search?q=site:www.yoursite.com+" />-->
<!--<input type="text" name="searchterms" class="inputform">-->
<!--<input type="submit" name="SearchSubmit" value="Search" class="button"> -->
<!--</form>-->
</p>
<p class="links">
<a id="button" href="#">首页</a>
<a href="http://blog.csdn.net/qq_37664986?ref=toolbar">我的CSDN</a>
<a href="#">我自己</a>
<a href="#">职业</a>
<a href="#">联系我</a>
</p>
</div>
</body>
</html>