-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link data-trunk rel="rust"/>
<title>Rust Dasturlash Tili - O'zbek Jamiyati</title>
<link data-trunk rel="sass" href="style/output.css" />
<link data-trunk rel="copy-dir" href="static">
<link data-trunk rel="copy-dir" href="images">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="anonymous" />
<link rel="preconnect" href="https://cdn.fontshare.com" crossOrigin="anonymous" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" />
<link rel="stylesheet" href="https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@800,500,700&display=swap" />
<meta name="og:title" content="Rust Dasturlash Tili - O'zbek Jamiyati" />
<!-- Description -->
<meta name="description" content="Rust dasturlash tiliga qaratilgan O'zbek hamjamiyati" />
<meta name="og:description" content="Rust dasturlash tiliga qaratilgan O'zbek hamjamiyati" />
<!-- Image -->
<meta name="twitter:image" content="https://rust-lang.uz/og.png" />
<meta name="og:image" content="https://rust-lang.uz/og.png" />
<!-- URL -->
<meta name="og:url" content="https://rust-lang.uz" />
<!-- General -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta httpEquiv="Content-Language" content="uz" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@rust-lang" />
<meta name="apple-mobile-web-app-title" content="Rust O'zbekiston" />
<meta name="author" content="Rust O'zbekiston" />
<!-- Favicons -->
<link rel="manifest" href="/static/manifest.json" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon-180-precomposed.png" />
<link rel="icon" type="image/png" href="/static/logo.png" />
<link rel="alternate icon" type="image/svg+xml" href="/static/logo.svg" />
</head>
</html>