Created
January 6, 2015 10:31
-
-
Save bioaaaaass/76320b437b18022426b9 to your computer and use it in GitHub Desktop.
"HTML:myhtml Template"
This file contains hidden or 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 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN"> | |
<head> | |
<title>Setting File Title</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta http-equiv="Content-Language" content="zh-CN" /> | |
<meta name="author" content="skydao" /> | |
<meta name="Copyright" content="skydao" /> | |
<meta name="description" content="描述内容" /> | |
<meta http-equiv="refresh" content="10;url=http://yourlink" /> | |
<meta name="keywords" content="php mysql html css javascript ajax java java ee"/> | |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> | |
<meta name="viewport" content="width=device-width" /> | |
<link rel="stylesheet" href="#" type="text/css" media="handheld, all" /> | |
<style type="text/css" media="print, screen"> | |
/*<![CDATA[*/ | |
/* @import url("#"); */ | |
/*]]>*/ | |
</style> | |
<link rel="stylesheet" href="/2008/site/css/print" type="text/css" media="print" /> | |
<link rel="shortcut icon" href="#.ico" type="image/x-icon" /> | |
<script type="text/javascript" src="#"></script> | |
<script type="text/javascript"> | |
//<![CDATA[ | |
// javascript code | |
//]]> | |
</script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment