mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu version 1.2.12
This commit is contained in:
+3
-3
@@ -19,7 +19,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../css/home.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>400 Bad Request - <?php echo file_get_contents($servernamefile);?></title>
|
||||
</head>
|
||||
@@ -28,7 +28,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
|
||||
<div class="topbox">
|
||||
<div class="logo">
|
||||
<img src="../img/uwuzulogo.svg">
|
||||
<img src="/img/uwuzulogo.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<p><(_ _)><br>はいっ!エラーです!!!<br>原因はわかりません!!!!!!!!</p>
|
||||
</div>
|
||||
|
||||
<a href="../home/" class="irobutton">ホームへ行く</a>
|
||||
<a href="/home/" class="irobutton">ホームへ行く</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
+3
-3
@@ -19,7 +19,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../css/home.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>401 Unauthorized - <?php echo file_get_contents($servernamefile);?></title>
|
||||
</head>
|
||||
@@ -28,7 +28,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
|
||||
<div class="topbox">
|
||||
<div class="logo">
|
||||
<img src="../img/uwuzulogo.svg">
|
||||
<img src="/img/uwuzulogo.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<p>...(* ̄0 ̄)ノ< アクセス権が無いようです()<br>サービス管理者によってアクセス権の変更をされた可能性がございます。</p>
|
||||
</div>
|
||||
|
||||
<a href="../home/" class="irobutton">ホームへ行く</a>
|
||||
<a href="/home/" class="irobutton">ホームへ行く</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
+3
-3
@@ -19,7 +19,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../css/home.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>403 Forbidden - <?php echo file_get_contents($servernamefile);?></title>
|
||||
</head>
|
||||
@@ -28,7 +28,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
|
||||
<div class="topbox">
|
||||
<div class="logo">
|
||||
<img src="../img/uwuzulogo.svg">
|
||||
<img src="/img/uwuzulogo.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<p>...(* ̄0 ̄)ノ< 閲覧権限が無いようです()<br>サービス管理者によって閲覧権限の変更をされた可能性がございます。</p>
|
||||
</div>
|
||||
|
||||
<a href="../home/" class="irobutton">ホームへ行く</a>
|
||||
<a href="/home/" class="irobutton">ホームへ行く</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
+3
-3
@@ -19,7 +19,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../css/home.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>404 Not found - <?php echo file_get_contents($servernamefile);?></title>
|
||||
</head>
|
||||
@@ -28,7 +28,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
|
||||
<div class="topbox">
|
||||
<div class="logo">
|
||||
<img src="../img/uwuzulogo.svg">
|
||||
<img src="/img/uwuzulogo.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<p>申し訳ございませんがお探しのページは見つかりませんでした!<br>ページの移動や削除が行われた可能性がございます。</p>
|
||||
</div>
|
||||
|
||||
<a href="../home/" class="irobutton">ホームへ行く</a>
|
||||
<a href="/home/" class="irobutton">ホームへ行く</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
+3
-3
@@ -19,7 +19,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../css/home.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>500 Internal Server Error - <?php echo file_get_contents($servernamefile);?></title>
|
||||
</head>
|
||||
@@ -28,7 +28,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
|
||||
<div class="topbox">
|
||||
<div class="logo">
|
||||
<img src="../img/uwuzulogo.svg">
|
||||
<img src="/img/uwuzulogo.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<p>\(^o^)/<br>サーバーオワタ☆</p>
|
||||
</div>
|
||||
|
||||
<a href="../home/" class="irobutton">ホームへ行く</a>
|
||||
<a href="/home/" class="irobutton">ホームへ行く</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
+3
-3
@@ -19,7 +19,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../css/home.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>503 Service Unavailable - <?php echo file_get_contents($servernamefile);?></title>
|
||||
</head>
|
||||
@@ -28,7 +28,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
|
||||
<div class="topbox">
|
||||
<div class="logo">
|
||||
<img src="../img/uwuzulogo.svg">
|
||||
<img src="/img/uwuzulogo.svg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ $termsdata = file_get_contents($termsfile);
|
||||
<p>(´。_。`;)< サーバーに過負荷がかかっているようです...<br>時間をおいてから再度アクセスしてください!</p>
|
||||
</div>
|
||||
|
||||
<a href="../home/" class="irobutton">ホームへ行く</a>
|
||||
<a href="/home/" class="irobutton">ホームへ行く</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user