Last active
August 29, 2015 14:10
-
-
Save xja/ed586eba2ec567ffedfd to your computer and use it in GitHub Desktop.
Baidu V2 2014-12-06
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Baidu V2 2014-12-06 | |
*/ | |
li{list-sytle:none;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>百度一下,你就知道</title> | |
<meta charset="utf-8"> | |
<!-- for 360 browser only,force to use webkit while browsing this page --> | |
<meta name="renderer" content="webkit|ie-comp|ie-stand"> | |
<meta name="renderer" content="webkit"> | |
<!-- download the latest version of normalize.css,visit http://necolas.github.io/normalize.css/ --> | |
<link rel="stylesheet" href="http://necolas.github.io/normalize.css/3.0.2/normalize.css"> | |
</head> | |
<body> | |
<div class="header"> | |
<ul> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
</ul> | |
</header> | |
<div class="main"></div> | |
<div class="footer"></div> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment