-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
92 lines (75 loc) · 2.28 KB
/
team.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
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE HTML>
<html>
<head>
<title>Sus Galaxy | Team</title>
<link rel="icon" type="image/x-icon" href="/Picsart_22-09-17_06-47-00-089.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
h1 {text-align: center;}
h5 {text-align: center;}
</style>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #000000;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #0087FF;
color: white;
}
</style>
</head>
<body style="background-color:black;">
<div style="padding-left:16px">
<h1 style="color:white";>Sus Galaxy</h1>
<h5 style="color:white";>Your Way Galaxy</h5>
</div>
<div class="topnav">
<a href="index.html">Home</a>
<a class="active" href="team.html">Team</a>
<a href="downloads.html">Downloads</a>
</div>
<br>
<p align="center"><iframe data-aa='2224508' src='//ad.a-ads.com/2224508?size=728x90' style='width:728px; height:90px; border:0px; padding:0; overflow:hidden; background-color: transparent;'></iframe></p>
<img src="./images/8d1182d7f3bb8e1f81e8d8cb8b2e0f4d.png" alt="Iniko Matthew" class="center">
<h5 style="color:white";>Iniko Matthew | Founder</h5>
<p align="center"><iframe data-aa='2224508' src='//ad.a-ads.com/2224508?size=728x90' style='width:728px; height:90px; border:0px; padding:0; overflow:hidden; background-color: transparent;'></iframe></p>
<h5 style="color:white";> Made by Iniko Matthew | 2021-2023 </h5>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/63c41f8a47425128790db5d7/1gmr1mear';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>