-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 3.26 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
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
<html>
<head>
<title>Varesh Sport</title>
<meta charset="UTF-8">
<meta name="description" content="به کمک این صفحه میتوانید به راحتی به شبکههای اجتماعی وارش اسپرت (رسانه هواداران داماش) دسترسی پیدا کنید.">
<meta name="keywords" content="داماش گیلان, داماش, وارش اسپرت, Damash, Varesh">
<meta name="author" content="Arma">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="وارش اسپرت در شبکههای اجتماعی گوناگون" />
<meta property='og:image' content='https://vareshsport.com/links/logo.png'/>
<meta property='og:image:width' content='512' />
<meta property='og:image:height' content='512' />
<meta property="og:url" content="https://vareshsport.com/links/" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="fa_IR" />
<meta property="og:locale:alternate" content="glk_IR" />
<meta property="og:site_name" content="Varesh Sport" />
<link rel="icon" type="image/x-icon" href="https://vareshsport.com/links/logo.png">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<!-- Title and logo -->
<a href="https://varesh.xyz" title="وارش اسپرت، رسانه هواداران داماش گیلان">
<div class="row justify-content-center align-items-center">
<img src="logo-white.png" alt="Varesh Sport White Logo" class="logo" />
<h1>Varesh Sport</h1>
</div>
</a>
<!-- Social networks -->
<a href="https://VareshSport.com" title="سایت وارش اسپرت، رسانه هواداران داماش">
<div class="row">
<img src="website.png" alt="Varesh" class="social-icon" />
<h3>Website</h3>
<p>www.VareshSport.com</p>
</div>
</a>
<a href="https://varesh.xyz/youtube/" title="کانال یوتیوب وارش اسپرت، رسانه هواداران داماش گیلان">
<div class="row">
<img src="youtube.avif" alt="Youtube" class="social-icon" />
<h3>Youtube</h3>
<p>@Varesh</p>
</div>
</a>
<a href="https://www.instagram.com/vareshsport" title="اینستاگرام وارش اسپرت، رسانه هواداران داماش گیلان">
<div class="row">
<img src="Instagram.png" alt="Instagram" class="social-icon" />
<h3>Instagram</h3>
<p>@VareshSport</p>
</div>
</a>
<a href="https://t.me/vareshsport" title="کانال تلگرام وارش اسپرت، رسانه هواداران داماش گیلان">
<div class="row">
<img src="telegram.webp" alt="Telegram" class="social-icon" />
<h3>Telegram</h3>
<p>@VareshSport</p>
</div>
</a>
<a href="https://x.com/vareshsport" title="توئیتر وارش اسپرت، رسانه هواداران داماش گیلان">
<div class="row">
<img src="x.webp" alt="X" class="social-icon" />
<h3>X</h3>
<p>@VareshSport</p>
</div>
</a>
</div>
</body>
</html>