Created
March 10, 2012 07:26
-
-
Save YuJianrong/2010667 to your computer and use it in GitHub Desktop.
iPadMangaReaderSpecial
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<!-- | |
Copyright 2010 Yu Jianrong, All Rights Reserved | |
Licensed under BSD License. | |
--> | |
<head> | |
<meta name="viewport" content="user-scalable=0,width=device-width,initial-scale=1.0,maximum-scale=1.0"> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<title>Online Manga Reader</title> | |
</head> | |
<body style="font-size:18px;display:block;magin:0px;padding:0px"> | |
iPad Online Manga Reader <br/> | |
# 特别版本:<br> | |
<div style="background-color: #E4EBF7;font-size:16px;border-top: 1px solid #2B334F;border-bottom: 1px solid #2B334F;border-left: 1px solid #2B334F; border-right: 1px solid #2B334F;"> | |
<textarea id="ReaderCode_Update_data" style="width:300px;height:100px;">javascript:(function(){if(!document.getElementById("iPadReader")){var a=document.createElement("script");a.setAttribute("type","text/javascript"),a.setAttribute("charset","utf-8"),a.src="https://gist.github.com/raw/2010644/fafd98f7d703e5120b2611617db86c567f933c31/iPadMangaReader.js",a.id="iPadReader",document.head.appendChild(a)}})()</textarea> | |
</div> | |
<br/> | |
</body> | |
</html> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment