mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu version 1.2.13
This commit is contained in:
+5
-2
@@ -393,7 +393,7 @@ if ("serviceWorker" in navigator) {
|
||||
<link rel="apple-touch-icon" type="image/png" href="../favicon/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" href="../favicon/icon-192x192.png">
|
||||
<link rel="stylesheet" href="../css/home.css">
|
||||
<title>ホーム - <?php echo file_get_contents($servernamefile);?></title>
|
||||
<title>ローカルタイムライン - <?php echo file_get_contents($servernamefile);?></title>
|
||||
|
||||
</head>
|
||||
|
||||
@@ -402,7 +402,10 @@ if ("serviceWorker" in navigator) {
|
||||
<?php require('../require/leftbox.php');?>
|
||||
|
||||
<main class="outer">
|
||||
|
||||
<div class="tlchange">
|
||||
<a href="index" class="on">LTL</a>
|
||||
<a href="ftl" class="off">FTL</a>
|
||||
</div>
|
||||
<?php if( !empty($error_message) ): ?>
|
||||
<ul class="errmsg">
|
||||
<?php foreach( $error_message as $value ): ?>
|
||||
|
||||
Reference in New Issue
Block a user