-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial.html
46 lines (41 loc) · 2.32 KB
/
tutorial.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
<!DOCTYPE html>
<html lang="ps">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url"
content="https://www.pashtology.com/fonts/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Tutorial | Pashtology Pashto Fonts Server" />
<meta property="og:description" content="We provide free Pashto font to help creativity" />
<meta property="og:image" content="https://pashtology.com/fonts/img/Pashtology-Pashto-Font-Server-Social-Media-Design.jpg" />
<meta property="fb:app_id" content="755266656008709" />
<meta property="og:url" content="https://pashtology.com" />
<link href="headers.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link rel="icon" type="image/png" href="https://pashtology.com/fonts/img/favicon.png"/>
<title>Tutorial | Pashtology Pashto Font Server</title>
</head>
<body>
<header>
<main>
<div class="container">
<header class="d-flex flex-wrap justify-content-center py-3 mb-4 border-bottom">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg>
<img src="https://pashtology.com/fonts/img/logo.jpg" alt="" id="logo">
<span class="fs-4">Pashtology Pashto Fonts Server</span>
</a>
<ul class="nav nav-pills">
<li class="nav-item"><a href="#" class="nav-link" aria-current="page">Home</a></li>
<li class="nav-item"><a href="#" class="nav-link">Pashto Phonetic Keyboard</a></li>
<li class="nav-item"><a href="tutorial.html" class="nav-link active">Tutorial</a></li>
<li class="nav-item"><a href="#" class="nav-link">Submit A Font</a></li>
</ul>
</header>
</div>
</header>
</body>
</html>