1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.2.27

This commit is contained in:
Daichimarukana
2023-11-29 00:40:59 +09:00
parent c51582a221
commit 6367282bb5
70 changed files with 1748 additions and 258 deletions
+11 -2
View File
@@ -1,5 +1,5 @@
<?php
$servericonfile = "server/servericon.txt";
$servernamefile = "server/servername.txt";
$serverlogofile = "server/serverlogo.txt";
@@ -185,9 +185,18 @@ $pdo = null;
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<head prefix="og:http://ogp.me/ns#">
<meta charset="utf-8">
<!--OGPはじまり-->
<meta property="og:title" content="ログイン - <?php echo file_get_contents($servernamefile);?>">
<meta property="og:description" content="<?php echo file_get_contents($servernamefile);?>にログイン">
<meta property="og:url" content="https://<?php echo htmlentities($domain, ENT_QUOTES, 'UTF-8'); ?>/login">
<meta property="og:image" content="<?php echo htmlspecialchars(file_get_contents($servericonfile), ENT_QUOTES, 'UTF-8'); ?>">
<meta property="og:type" content="website">
<meta property="og:site_name" content="ログイン - <?php echo file_get_contents($servernamefile);?>">
<!--OGPここまで-->
<link rel="stylesheet" href="css/style.css">
<script src="js/unsupported.js"></script>
<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">
<meta name="viewport" content="width=device-width,initial-scale=1">