Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
38 lines (35 sloc)
1.35 KB
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
| <!----------------------------------------------------------------------------- | |
| ASP Program | |
| 制作者:内海哲也(日本データネット合資会社) | |
| tetsu@ndn.co.jp | |
| http://www.ndn.co.jp/index.asp | |
| Copyright(C)1999 Nippon Data Net GoushiCompany All rights reserved. | |
| ------------------------------------------------------------------------------> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=x-sjis"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> | |
| <meta name="Microsoft Theme" content="none"> | |
| <meta name="Microsoft Border" content="none"> | |
| <base target="_top"> | |
| <title>地域情報発信ページ『花まる元気印』</title> | |
| </head> | |
| <frameset frameborder="0" framespacing="0" border="false" rows="*"> | |
| <frameset framespacing="0" border="false" frameborder="0" cols="162,*"> | |
| <frame name="menu" target="main" src="hanamaru/ash_menu.asp" scrolling="yes"> | |
| <frameset frameborder="0" rows="*,20"> | |
| <frame name="main" src="hanamaru/ash_main.htm" target="main" scrolling="yes"> | |
| <frame name="copyright" src="copyright.htm" target="main" scrolling="no" noresize> | |
| </frameset> | |
| </frameset> | |
| <noframes> | |
| <body> | |
| <p>このページにはフレームが使用されていますが、お使いのブラウザではサポートされていません。</p> | |
| </body> | |
| </noframes> | |
| </frameset> | |
| <frameset> | |
| <noframes> | |
| </noframes> | |
| </frameset> | |
| </html> |