-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMenu.html
82 lines (67 loc) · 3.6 KB
/
Menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DocType HTML>
<HTML>
<Head>
<Meta Charset = "UTF-8" />
<Title>Genbu Project Official Site == メニュー</Title>
<Script Src = "https://genbuproject.github.io/Programs/Too Many Tags/v2.0/Too Many Tags v2.0.js"></Script>
<Link Rel = "StyleSheet" Href = "https://genbuproject.github.io/Programs/Too Many Tags/v2.0/Too Many Tags v2.0.css" />
<Script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88656260-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</Script>
<Script>
function Init() {
var AElems = document.getElementsByTagName("A");
for (let i = 0; i < AElems.length; i++) {
AElems[i].addEventListener("click", function (Event) {
if (AElems[i].attributes["Href"].value.search("javascript:") == -1 && parent.document.getElementById("Page")) {
Event.preventDefault();
parent.document.getElementById("Page").children[0].attributes["Src"].value = AElems[i].attributes["Href"].value;
}
});
}
}
</Script>
<Style>
A {
Color: Chartreuse;
Text-Decoration: None;
}
</Style>
</Head>
<Body OnLoad = "TMTInit(); Init();" Style = 'Color: #EEE; Font: 14px/2 "メイリオ", Meiryo, Osaka; BackGround: URL("https://genbuproject.github.io/Image/Back.jpg");'>
<A Href = "Top.html" Target = "Page">
<H2 Style = "Color: LightGray; Text-Decoration: UnderLine;">メニュー</H2>
</A>
<Collapsible Name = "当組織について" Value = "false" Width = "80%">
<A Href = "Policy/" Target = "Page">プライバシーポリシー</A>
</Collapsible><Br />
<Collapsible Name = "製品" Value = "false" Width = "80%">
<Collapsible Name = "Converters" Value = "true" Width = "80%">
<A Href = "Content/Converter/AnyFileToBase64/" Target = "Page">AnyFileToBase64</A><Br />
<A Href = "Content/Converter/AnyPictureToSvg/" Target = "Page">AnyPictureToSvg</A>
</Collapsible><Br />
<A Href = "JavaScriptDebugger/" Target = "Page">JavaScript Debugger</A><Br />
<A Href = "Content/PianoRoll On HTML5/" Target = "Page">PianoRoll On HTML5</A><Br />
<Collapsible Name = "Rhythm Tap Ride(RTR)" Value = "true" Width = "80%">
<A Href = "RhythmTapRide/" Target = "Page">Rhythm Tap Ride(RTR)</A><Br />
→ <A Href = "RhythmTapRide/Content/Uploader/" Target = "Page">楽曲アップローダ</A>
</Collapsible><Br />
<A Href = "Content/The Called Name/" Target = "Page">The Called Name</A><Br />
<A Href = "Content/The First Posting/" Target = "Page">The First Posting</A><Br />
<A Href = "Content/TimeMachineForGooglePlus/" Target = "Page">Time Machine For Google+</A><Br />
<A Href = "Content/TipNumber Viewer For RPG Helper/" Target = "Page">TipNumber Viewer For RPG Helper</A><Br />
<A Href = "Content/TipSetting Creator with Wolf RPG Editor/" Target = "Page" Style = "Font-Size: 12px;">TipSetting Creator with Wolf RPG Editor</A><Br />
<A Href = "Content/ToneLine/" Target = "Page">ToneLine</A><Br />
<A Href = "Content/Kasutera Library/" Target = "Page">珠照語録 生成所</A>
</Collapsible><Br />
<Collapsible Name = "アーカイブ(管理者用)" Value = "false">
<A Href = "Content/Archives/GPS Location/" Target = "Page">GPS Location</A>
</Collapsible>
</Body>
</HTML>