-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 868 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<META charset="UTF-8">
<META name="GENERATOR" content="JustSystems Homepage Builder Version 15.0.0.0 for Windows">
<TITLE>石井通人プログラム事務所 ホームページ</TITLE>
</HEAD>
<FRAMESET cols="240,*">
<FRAME src="./MENU.HTM" name="MENU"></FRAME>
<FRAME src="./TOP.HTM" name="MAIN_PAGE"></FRAME>
<NOFRAMES>このページはフレームを使用しています。</NOFRAMES>
</FRAMESET>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127968117-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127968117-1');
</script>
</HTML>