-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1021 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 1021 Bytes
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
<html lang="fa-IR" dir="rtl">
<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">
<link rel="stylesheet" href="./src/css/styles.min.css">
<title>زبان برنامه وان: اولین زبان برنامه نویسی ایرانی</title>
</head>
<body>
<div class="top">
<nav>
<ul class="nav-bar-item">
<a href="#" class="nav-bar-title"><li><strong>وان</strong></li></a>
<a href="#"><li>خانه</li></a>
<a href="#"><li>ویژگی</li></a>
<a href="#"><li>مستندات</li></a>
<a href="#"><li>درباره</li></a>
<a href="#"><li>تماس با ما</li></a>
</ul>
</nav>
<div class="description">
<h1>زبان برنامه نویسی وان</h1>
<p>یک زبان برنامه نویسی سیستمی منابع باز است که به راحتی ساخته می شود، قابل اعتماد، و کارآمد است.</p>
</div>
</div>
</body>
</html>