-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (33 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iranian Github</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.ico">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://iranian-github.ir/">
<meta property="og:title" content="Iranian Github">
<meta property="og:description" content="Iranian Github is a platform for Iranian developers to showcase their projects and connect with each other.">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://iranian-github.ir/">
<meta name="twitter:title" content="Iranian Github">
<meta name="twitter:description" content="Iranian Github is a platform for Iranian developers to showcase their projects and connect with each other.">
<!-- Fonts and Styles -->
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=SF+Pro+Display:wght@300;400;500&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="content">
<h1>Coming Soon</h1>
<p>Something incredible is brewing.</p>
</div>
</div>
</body>
</html>