-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
82 lines (76 loc) · 3.29 KB
/
about.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<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">
<title>VENOCYBER WEB</title>
<style>
body {
background-image: url('./Assets/webbackground.jpg');
background-size: cover;
text-align: center;
font-family: Arial, sans-serif;
}
.button {
display: inline-block;
margin: 20px;
padding: 10px 20px;
background-image: url('button-background.jpg')cover ;
background-size: cover;
color: blue;
font-size: 20px;
border: none;
cursor: pointer;
}
h1 {
text-align: center;
margin-top: 15vh;
font-size: 24px;
color: #00FF00;
}
h2 {
font-size: 24px;
color: #0000FF;
}
</style>
</head>
<body>
<div>
<h1>Whatsapp</h1>
<a href="https://wa.me/255625774543?text=_៚ℎ𝑒𝑦+𝑣𝑒𝑛𝑜𝑐𝑦𝑏𝑒𝑟+𝑡𝑒𝑐ℎ_"><img src="https://telegra.ph/file/7255cb22a70d789fb53f6.jpg" alt="WHATSAPP NUMBER" style="width: 30%;"></a>
<h2>TELEGRAM</h2>
<a href="https://telegram.me/los_rios_official_it"><img src="https://telegra.ph/file/d847b6e0462ee850e3b7c.jpg" alt="TELEGRAM ID" style="width: 30%;"></a>
<h2>INSTAGRAM</h2>
<a href="https://www.instagram.com/venoflix2024"><img src="https://telegra.ph/file/887948a5ba8769706a380.jpg" alt="INSTAGRAM" style="width: 30%;"></a>
<h2>GITHUB</h2>
<a href="https://github.com/kingjux"><img src="https://telegra.ph/file/732b180fdc7b24d76f8c5.jpg" alt="GITHUB" style="width: 30%;"></a>
<footer>
<p>© copyright owned by <b>VENOCYBER TECH</b></p>
<p>love is all about caring, respect</p>
<p><b>LOVE IS SACRIFICE</b></p>
</footer>
<a href="https://github.com/Kingjux/African-cod3rs-tz/"><img src="https://telegra.ph/file/9b03c6b99cf67d56185dc.jpg" alt="create your own powered by Venocyber tech" style="width: 30%;"></a>
</div>
<!-- GetButton.io widget -->
<script type="text/javascript">
(function () {
var options = {
sms: "+255749614269", // Sms phone number
sms_color: "#129BF4", // Sms button color
whatsapp: "+255625774543", // WhatsApp number
call_to_action: "Message us", // Call to action
button_color: "#FF318E", // Color of butto
position: "left", // Position may be 'left' or 'right'
order: "sms,whatsapp", // Order of buttons
pre_filled_message: "Hi, Venocyber great to see you 🌹🌹", // WhatsApp pre-filled message
};
var proto = 'https:', host = "getbutton.io", url = proto + '//static.' + host;
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js';
s.onload = function () { WhWidgetSendButton.init(host, proto, options); };
var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
})();
</script>
<!-- /GetButton.io widget -->
</body>
</html>