bemarket/public/index.html
2022-02-28 18:00:43 +08:00

56 lines
2.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="CEBG is the 1st Anime + Beauties + Mechas blockchain game that supports FREE TO PLAY and PLAY TO EARN. It's an online multiplayer battle royale game where up to 40 players parachute onto an island and scavenge for weapons and equipment to kill others. The last player or team standing wins the round.">
<meta name="keywords" content="CEBG, CRYPTO ELITES BATTLEGROUNDS, CEBG BATTLEGROUNDS, CE BATTLEGROUNDS, CRYPTO ELITES, cebg Mobile, cebg official, free battle royale, cebg game, cec, ceg, cebg coin, cebg gold, cebg crypto, cebg p2e, play to earn, free to play, blockchain game">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no, email=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>CEBG: CRYPTO ELITES BATTLEGROUNDS</title>
<style>
@font-face {
font-family: title;
src: url('/assets/fonts/title.ttf');
}
@font-face {
font-family: zitic;
src: url('/assets/fonts/zitic.ttf');
}
@font-face {
font-family: zitic-r;
src: url('/assets/fonts/zitic-regular.ttf');
}
html *
{
font-family: zitic,serif;
}
body{
overflow-x: hidden;
scrollbar-width: none;
}
::-webkit-scrollbar {
width: 0 !important;height: 0;
display: none;
}
.video-youtube-202202 iframe{
margin-top: -110px;
}
.video-youtube-202202.mobile iframe{
margin-top: -9vw;
}
</style>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>