-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
36 lines (35 loc) · 1.26 KB
/
support.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
<!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>Clash of Clans</title>
<link rel="stylesheet" href="css/support.css">
</head>
<body>
<div class="header">
<div class="wrapper">
<img src="img/coc logo.png" alt="логотип">
</div>
</div>
<hr size="3" color="blue">
<marquee behavior="" direction=""><big><big><big><b>Clash of Clans Top2022</b></big></big></big></marquee>
<hr size="3" color="yellow">
<nav align="center">
<big><a href="index.html">Home</a></big> |
<big><a href="games.html">Games</a></li></big> |
<big><a href="newsletter.html">Newsletter</a></big> |
<big><a href="about us.html">About Us</a></big>
</nav>
<font size="5" color="white">
To recive more information or support you can mail or chat us: <br>
<br>
SteamGroup: <a href="https://steamcommunity.com/groups/antiii1so0fty">AnTiSofTguys</a> <br>
<br>
gmail: <a href="mailto: [email protected]">[email protected]</a> <br>
<br>
Number:<b>+380673888818</b>
</font>
</body>
</html>