-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (33 loc) · 1.77 KB
/
index.html
File metadata and controls
41 lines (33 loc) · 1.77 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang='fa-IR' dir='rtl'>
<head>
<title>DNS Changer</title>
<meta property='theme-color' content='#7386fe' />
<meta name='language' content='en' />
<meta name='Classification' content='Application' />
<meta name='subject' content='DNS changer open-source application' />
<meta name='description' content='DNS Changer Application for Windows, Linux, Mac operating systems' />
<meta name='keywords'
content='DNS Changer, DNS, Application, DNS Changer Application, DNS Changer Windows Application' />
<meta property='og:type' content='website' />
<meta property='og:url' content='https://dnschanger.github.io/' />
<meta property='og:title' content='DNS Changer' />
<meta property='og:description' content='DNS Changer Application for Windows, Linux, Mac operating systems' />
<meta property='og:image' content='https://dnschanger.github.io/favicon.ico' />
<meta property='twitter:url' content='https://dnschanger.github.io/' />
<meta property='twitter:title' content='DNS Changer' />
<meta property='twitter:description' content='DNS Changer Application for Windows, Linux, Mac operating systems' />
<meta name='twitter:card' content='summary_large_image' />
<meta name='twitter:image:src'
content='https://raw.githubusercontent.com/DnsChanger/dnsChanger-desktop/main/.github/1.png' />
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<meta name='description' content='Dns Changer for Windows, Linux operating systems' />
<link rel='icon' href='/favicon.ico' />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id='app'></div>
<script type='module' src='/src/index.tsx'></script>
</body>
</html>