-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 1.3 KB
/
index.html
File metadata and controls
26 lines (24 loc) · 1.3 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Redirecting to Communities page...</title>
<meta http-equiv="refresh" content="0; URL=https://dotnet.ru/communities">
<link rel="canonical" href="https://dotnet.ru/communities">
<meta property="og:title" content="DotNet.Ru">
<meta property="og:type" content="website">
<meta property="og:url" content="https://DotNet.Ru/">
<meta property="og:image" content="https://dotnet.ru/images/dotnetru-banner-1200x630.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Всероссийское объединение .NET сообществ">
<meta property="og:description" content="Всероссийское объединение .NET сообществ">
<meta property="og:site_name" content="DotNet.Ru">
<meta property="og:locale" content="ru_RU">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@DotNetRu">
<meta name="twitter:creator" content="@DotNetRu">
<meta name="twitter:image" content="https://dotnet.ru/images/dotnetru-banner-1200x630.png">
</head>
</html>