This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
73 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta charset="utf-8" /> | ||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
|
||
<meta name="description" content="A chat application made with PHP and SQL"> | ||
<meta name="keywords" content=""> | ||
<meta name="author" content="Hu Kaixiang"> | ||
|
||
<meta name="robots" content="index, follow"> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="default"> | ||
|
||
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> --> | ||
<!-- <link rel="stylesheet" href="./css/style.css?v=<?php echo time(); ?>"> --> | ||
<!-- <link rel="stylesheet" href="https://kit.fontawesome.com/b60596f9d0.css" crossorigin="anonymous"> --> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png"> | ||
<link rel="manifest" href="../favicon/site.webmanifest"> | ||
<link rel="mask-icon" href="../favicon/safari-pinned-tab.svg" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="theme-color" content="#ffffff"> | ||
|
||
<meta property="fb:page_id" content=""> | ||
<meta property="og:title" content="g4o2-chat"> | ||
<meta property="og:image" content="https://user-images.githubusercontent.com/103299803/196030342-1b944181-2ba5-4c1b-b762-c6e6827cc5cd.PNG"> | ||
<meta property="og:description" content="A chat application made with PHP and SQL"> | ||
<meta property="og:url" content="https://php-sql-chat.maxhu787.repl.co"> | ||
<meta property="og:site_name" content="g4o2-chat"> | ||
<meta property="og:type" content="website"> | ||
|
||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:title" content="g4o2-chat"> | ||
<meta name="twitter:image" content="https://user-images.githubusercontent.com/103299803/196030342-1b944181-2ba5-4c1b-b762-c6e6827cc5cd.PNG"> | ||
<meta name="twitter:description" content="A chat application made with PHP and SQL"> | ||
<meta name="twitter:url" content="https://php-sql-chat.maxhu787.repl.co/"> | ||
<meta name="twitter:site" content="https://php-sql-chat.maxhu787.repl.co/"> | ||
|
||
<meta name="google" value="notranslate"> | ||
|
||
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> --> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> --> | ||
<!-- <script src="https://kit.fontawesome.com/b60596f9d0.js" crossorigin="anonymous"></script> --> | ||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> --> | ||
<!-- <script src="./scripts/main.js"></script> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -200,3 +200,4 @@ Login success [email protected] 220.142.231.39 (Fri, 21 Apr 2023 22:58:12 +0800 | |
Login fail wrong password [email protected] 8b7e3e29d811ae8d658113107bb3fb16 209.23.10.215 (Sat, 22 Apr 2023 15:58:08 +0800) | ||
Login success [email protected] 220.142.231.39 (Sat, 22 Apr 2023 18:07:48 +0800) | ||
Login success [email protected] 220.142.231.39 (Sat, 22 Apr 2023 21:18:19 +0800) | ||
Logout success (Fri, 26 May 2023 22:23:13 +0800) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters