1+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
2+ <meta charset="utf-8" />
3+ <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
4+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
5+
6+ <meta name="description" content="A chat application made with PHP and SQL">
7+ <meta name="keywords" content="">
8+ <meta name="author" content="Hu Kaixiang">
9+
10+ <meta name="robots" content="index, follow">
11+ <meta name="mobile-web-app-capable" content="yes">
12+ <meta name="apple-mobile-web-app-capable" content="yes">
13+ <meta name="apple-mobile-web-app-status-bar-style" content="default">
14+
15+ <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> -->
16+ <!-- <link rel="stylesheet" href="./css/style.css?v=<?php echo time (); ?> "> -->
17+ <!-- <link rel="stylesheet" href="https://kit.fontawesome.com/b60596f9d0.css" crossorigin="anonymous"> -->
18+
19+ <link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
20+ <link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
21+ <link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
22+ <link rel="manifest" href="../favicon/site.webmanifest">
23+ <link rel="mask-icon" href="../favicon/safari-pinned-tab.svg" color="#5bbad5">
24+ <meta name="msapplication-TileColor" content="#da532c">
25+ <meta name="theme-color" content="#ffffff">
26+
27+ <meta property="fb:page_id" content="">
28+ <meta property="og:title" content="g4o2-chat">
29+ <meta property="og:image" content="https://user-images.githubusercontent.com/103299803/196030342-1b944181-2ba5-4c1b-b762-c6e6827cc5cd.PNG">
30+ <meta property="og:description" content="A chat application made with PHP and SQL">
31+ <meta property="og:url" content="https://php-sql-chat.maxhu787.repl.co">
32+ <meta property="og:site_name" content="g4o2-chat">
33+ <meta property="og:type" content="website">
34+
35+ <meta name="twitter:card" content="summary">
36+ <meta name="twitter:title" content="g4o2-chat">
37+ <meta name="twitter:image" content="https://user-images.githubusercontent.com/103299803/196030342-1b944181-2ba5-4c1b-b762-c6e6827cc5cd.PNG">
38+ <meta name="twitter:description" content="A chat application made with PHP and SQL">
39+ <meta name="twitter:url" content="https://php-sql-chat.maxhu787.repl.co/">
40+ <meta name="twitter:site" content="https://php-sql-chat.maxhu787.repl.co/">
41+
42+ <meta name="google" value="notranslate">
43+
44+ <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> -->
45+ <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> -->
46+ <!-- <script src="https://kit.fontawesome.com/b60596f9d0.js" crossorigin="anonymous"></script> -->
47+ <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> -->
48+ <!-- <script src="./scripts/main.js"></script> -->
0 commit comments