Created
June 3, 2012 08:58
-
-
Save hirosof/2862660 to your computer and use it in GitHub Desktop.
ps_cr.html
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 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 © 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