Skip to content

Commit 787b67f

Browse files
authored
Update index.html
1 parent f6fd878 commit 787b67f

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

index.html

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@
1616
<link rel="shortcut icon" type="image/png" href="/bloxcraft.png">
1717
<link rel="stylesheet" href="/main_home.css">
1818
<style>
19+
20+
.sponsor-container {
21+
position: absolute;
22+
top: 100px;
23+
right: 20px;
24+
width: 150px;
25+
height: 150px;
26+
color: #fff;
27+
background-color: #000000;
28+
border: 2px solid #333;
29+
box-shadow: 0 0 10px rgba(0,0,0,0.2);
30+
z-index: 10;
31+
}
32+
1933
.popup-overlay {
2034
display: none;
2135
position: fixed;
@@ -83,6 +97,26 @@
8397

8498
gtag('config', 'G-W0KXN0103E');
8599
</script>
100+
<style>
101+
.sponsor-container {
102+
position: absolute;
103+
top: 100px;
104+
right: 20px;
105+
width: 200px;
106+
height: 300px;
107+
color: #fff;
108+
background-color: #000000;
109+
border: 2px solid #333;
110+
box-shadow: 0 0 10px rgba(0,0,0,0.2);
111+
z-index: 10;
112+
}
113+
.sponsor-container img {
114+
width: 50px;
115+
height: 50px;
116+
display: block;
117+
margin: 10px
118+
}
119+
</style>
86120
</head>
87121

88122
<body>
@@ -130,7 +164,14 @@ <h1>Bloxcraft UBG - Modes & Beta</h1>
130164
<p>&nbsp;</p>
131165
<h1>General</h1>
132166
<a href="/partners" class="bloxy-btn bloxy-orange-btn">Partnerships</a>
133-
167+
<div class="sponsor-container">
168+
<!-- FOR DEVELOPERS: Update Thsi Contain With A New Sponser If There Is A New One-->
169+
<h1 style="text-align:center; color: cyan;">Sponsor</h1>
170+
<img src="https://cdn.jsdelivr.net/gh/tharun9772/game-assets@main/sponser/sponser01.png" alt="Sponsor 1" style="display: block; margin: auto; width: 50px; height: 50px;">
171+
<h2 style="text-align:center;">Arcidia</h2>
172+
<a style="display: block; width: fit-content; margin: auto;" class="bloxy-grn-btn bloxy-btn" href="https://sites.google.com/view/arcadia781">Play</a>
173+
</div>
174+
<!--FOR DEVELOPERS: The Sponser Div Ends-->
134175
<a href="https://ubghub.org/?site=Bloxcraft%20UBG&utm_source=https%3A%2F%2Fbloxcraft-ubg.pages.dev" target="_blank" class="bloxy-grn-btn bloxy-btn">
135176
<svg style="width:16px;height:16px;fill:currentColor;vertical-align:middle;margin-right:6px;" viewBox="0 0 20 20">
136177
<path d="M3 10l4-4v3h4V2l4 4v14H3V10z"/>
@@ -488,3 +529,4 @@ <h1>Views:</h1>
488529
</html>
489530

490531

532+

0 commit comments

Comments
 (0)