• R/O
  • SSH
  • HTTPS

img0ch: コミット


コミットメタ情報

リビジョン2037 (tree)
日時2010-07-25 20:42:45
作者hikarin

ログメッセージ

make index.html simple

変更サマリ

差分

--- trunk/maple/img0ch/test/index.html (revision 2036)
+++ trunk/maple/img0ch/test/index.html (revision 2037)
@@ -1,95 +1,17 @@
1-<?xml version="1.0" encoding="shift_jis"?>
2-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
4-<head>
5-<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
6-<meta http-equiv="Content-Script-Type" content="text/javascript" />
7-<meta http-equiv="Content-Style-Type" content="text/css" />
8-<meta name="description" content="本来アクセスされない知る人ぞ知るエラーページです。" />
9-<title>403えらー。Forbidden</title>
10-<style type="text/css">
11-<!--
12-A{
13- color:#0066CC;
14- text-decoration:none;
15-}
16-A:hover{
17- color:#6699FF;
18- text-decoration:none;
19-}
20-body{
21- background:#0033CC;
22- text-align:center;
23-}
24-.main{
25- border:1px solid #6699FF;
26- width:600px;
27- margin:0 auto;
28-}
29-.head{
30- background:#6699FF;
31- color:#FFF;
32- font-family: Verdana,Chicago,sans-serif;
33- font-size:250%;
34- padding:5px;
35- text-align:left;
36-}
37-div.content{
38- background:#FFF;
39- font-family: Verdana,Chicago,sans-serif;
40- padding:10px 10px 10px 30px;
41- text-align:left;
42-}
43-table{
44- border:1px solid #6699CC;
45- border-collapse:collapse;
46-}
47-tr { border:1px solid #6699CC; }
48-td { border:1px solid #6699CC; }
49--->
50-</style>
51-<script type="text/javascript"><!--
52-window.setInterval("document.getElementById('clock').innerHTML = (new Date()).toLocaleString()", 1000);
53-//--></script>
54-</head>
55-<body>
56-<div class="main">
57-<div class="head">
58-<a href="http://hikarin.jp" style="color:#FFF;">403えらー。</a>
59-</div><!-- head -->
60-<div class="content">
61-<div class="AA" onclick="javascript:location.href = 'http://hikarin.jp/'">
62-えっと、どちらさまでしょうか…?<br />
63-ここには現在時刻表示以外何もないので、「戻る」で戻ってください…。<br />
64-わたしをクリックすると作者のサイトに移動します…。<br />
65-<br />
66- ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄∨ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄<br />
67-              ⊂ニ⊃<br />
68-   ( ̄ ̄ ̄\   γ´/ニニ~ヽ    |   ◇<br />
69-        \ \|  ノノノハゞ))    |.   /<br />
70- ( ̄ ̄ ̄ ̄\ \|(6|  l  l i|    .|.  /<br />
71-   ̄// ̄\\ |ヽi|_ー_ノ|__ .|  / 画像ではなく文字になりました。<br />
72-  /// ̄\\ ~/ &lt; ■ &gt;     ]つ<br />
73- (////\\ /   \/  | ̄ ̄|/<br />
74- (/(///\ / /|   †  /   /|<br />
75-   (/(// / // |  ゚|  i   .|<br />
76-    (//⊂[__// /   ゚|  i   ..| 現在時刻です↓<br />
77-    (/(/(/ /ヽ-------i   .| <span id="clock"></span><br />
78-     (/(/  ヽ_____i   |_________________<br />
79-             /__/ |___|<br />
80-            /  /  |  |_<br />
81-            \__) (___)<br />
82-<br />
83-</div>
84-0ch:&nbsp;<a href="http://0ch.mine.nu">0ch.mine.nu</a><br />
85-img0ch:&nbsp;<a href="http://hikarin.jp">hikarin.jp</a>
86-(<a href="http://hkrn.s44.xrea.com">hkrn.s44.xrea.com</a>)<br />
87-<p><a href="http://validator.w3.org/check?uri=referer">
88-<img src="http://www.w3.org/Icons/valid-xhtml10"
89- alt="Valid XHTML 1.0 Strict" height="31" width="88"
90- style="border:none" /></a>
91-</p>
92-</div><!-- content -->
93-</div><!-- main -->
94-</body>
95-</html>
1+<!DOCTYPE HTML>
2+<html>
3+<head>
4+<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
5+<title>403 Forbidden</title>
6+</head>
7+<body>
8+ <header>
9+ <h1>403 Forbidden</h1>
10+ </header>
11+ <p>You are not allowed to access this area.</p>
12+ <footer>
13+ This BBS is built on <a href="http://img0ch.sourceforge.jp">img0ch</a>.
14+ </footer>
15+</body>
16+</html>
17+
旧リポジトリブラウザで表示