-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<title>Ballerz Cloud</title>
<meta name="description" content="The Ballerz Cloud!" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Ballerz Cloud" />
<meta property="og:type" content="web3" />
<meta property="og:url" content="https://ballerz.cloud" />
<meta property="og:image" content="logo.png" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<!-- <link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png"> -->
<!-- <link rel="manifest" href="site.webmanifest"> -->
<meta name="theme-color" content="#fafafa" />
<style>
header {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
img {
max-width: 50%;
}
</style>
</head>
<body>
<header>
<img src="https://ballerz.cloud/cdn-cgi/imagedelivery/HfLkp4Rv9xEt4shRjwi1Gw/7562/baller">
</header>
</body>
</html>