This commit is contained in:
cebgcontract 2022-11-17 19:06:55 +08:00
parent 72c8472182
commit d423d08f6d
3 changed files with 17 additions and 3 deletions

View File

@ -5,8 +5,15 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CEBG 1,000 Commander Rally</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
<link rel="stylesheet" href="css/main.css" type="text/css" />
<meta property="og:title" content="CEBG Rally Event" />
<meta property="og:description"
content="Be THE ONE with us! Build up your troop, generating your exclusive link and code in CEBG to earn." />
<meta property="og:type" content="activity.rally" />
<meta property="og:url" content="https://activity.cebg.games/" />
<meta property="og:image" content="https://activity.cebg.games/images/cebg.png" />
<meta property="og:site_name" content="CEBG" />
<link rel="stylesheet" href="css/normalize.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="js/jquery-1.12.4.js"></script>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico" />
<script>

BIN
public/images/cebg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -1,10 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<meta property="og:title" content="CEBG Rally Event" />
<meta property="og:description"
content="Be THE ONE with us! Build up your troop, generating your exclusive link and code in CEBG to earn." />
<meta property="og:type" content="activity.rally" />
<meta property="og:url" content="https://activity.cebg.games/" />
<meta property="og:image" content="https://activity.cebg.games/images/cebg.png" />
<meta property="og:site_name" content="CEBG" />
<title>CEBG 1,000 Commander Rally</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
<link rel="stylesheet" href="css/mobile.css" type="text/css" />