mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24: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>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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user