Skip to content

Instantly share code, notes, and snippets.

@hirosof
Created June 3, 2012 08:58
Show Gist options
  • Select an option

  • Save hirosof/2862660 to your computer and use it in GitHub Desktop.

Select an option

Save hirosof/2862660 to your computer and use it in GitHub Desktop.
ps_cr.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<link href="style.css" type="text/css" rel="stylesheet">
<title>Style</title>
</head>
<body>
<div id="Body_Contents">
<div id="header">
Hiroaki Software
</div>
<div id="SiteMenuBox">
<!-- ここにサイトメニューを書く -->
サイトメニュー描画部
</div>
<div id="ContentsBox">
<div id="PageL">
コンテンツメニュー描画部
</div>
<div id="ContentsDataR">
コンテンツ描画部
</div>
</div>
<div id="footer">
Copyright &#169; 2012 Hiroaki Software. All rights reserved.
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment