-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
76 lines (72 loc) · 3 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>21世紀パワーボム</title>
<meta name="Robots" content="index,nofollow">
<meta name="Keywords" content="プロレス,WWE,TNA,ROH,全日,新日,ノア,ZERO,MAX,DDT">
<meta name="Description" content="プロレスをケーフェイとかブック前提で見ている人(スマート)向けの、「次世代型」プロレス研究サイト。日米メジャーインディー問わず取り扱っています。">
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon">
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="index.css" type="text/css">
<!--[if lt IE 9]>
<script src="html5shiv.js"></script>
<![endif]-->
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="selectivizr.js"></script>
<![endif]-->
<script src="fontsize.js"></script>
</head>
<body>
<div class="indexContainer">
<div class="indexLeft">
<a href="watch.htm">観戦記</a>
<a href="dvd.htm">DVDレビュー</a>
<a href="business.htm">業界研究</a>
<a href="move.htm">技研究</a>
<a href="game.htm">ゲーム研究</a>
</div>
<div class="indexCenter">
<img src="gazou/title.jpg" alt="21世紀パワーボム"><br>
<br>
<br>
<img src="https://u83ism.github.io/DLB/counter/dream.cgi?id=21cpb"><br>
<br>
<div align="center">
<table class="logTable" border="1">
<tr>
<td colspan="2" nowrap class="header1">更新履歴</b></td>
</tr>
<tr>
<td nowrap>2021/05/05</td>
<td>
<p>8年ぶりに更新したと思いきや、ただの引っ越しかよ!……ということで転送設定してあるので気づきにくいかもですが、</p>
<p><strong>https://21st-century-power-bomb.netlify.app/</strong></p>
<p>に引っ越しました。さらばさくら、こんにちはNetlify。掲示板とかCGI(死語)系も一旦消したので何か用がある方は</p>
<ul>
<li>
Twitter:<a href="https://twitter.com/u83unlimited">@u83unlimited</a>
</li>
<li>
メールアドレス:<a href="mailto:u83ism@gmail.com">u83ism@gmail.com</a><br>
(u83ism@king-postman.comも生きてますが廃止予定なのでこっちでお願いします。)
</li>
</ul>
<p>にお願いします。</p>
</td>
</tr>
</table>
</div>
</div>
<div class="indexRight">
<a href="info.htm">インフォメーション</a>
<a href="https://u83ism.github.io/DLB/profile.htm">プロフィール(共通)</a>
<a href="https://u83ism.github.io/DLB/zakki.htm">雑記(共通)</a>
<a href="https://u83ism.github.io/DLB/bbs/bbs.cgi">共通掲示板(共通)</a>
<a href="link.htm">リンク</a>
</div>
</div>
</body>
</html>