-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
39 lines (35 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/p.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>House Arena</title>
<style>
/* Custom styles for Buy Me a Coffee widget */
#bmc-wbtn {
background-color: #9900d5 !important; /* Example: Change background color */
color: #000000 !important; /* Example: Change text color */
border-radius: 50px !important; /* Example: Add border radius */
padding: 10px 20px !important; /* Example: Adjust padding */
box-shadow: 0px 0px 50px 2px rgb(189, 189, 189) !important; /* Example: Remove box shadow */
}
</style>
<script
data-name="BMC-Widget"
data-cfasync="false"
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="sailingsam"
data-description="Support me on Buy me a coffee!"
data-message="Thank you for visiting House Arena. If you think this project is helpful, you can support my work here..."
data-color="#BD5FFF"
data-position="Right"
data-x_margin="18"
data-y_margin="18"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>