-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlang.html
More file actions
31 lines (31 loc) · 1.29 KB
/
lang.html
File metadata and controls
31 lines (31 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Choose Language - Parsa Farjam</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="../../assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<!--LANGUAGE SELECTOR-->
<div class="bodysection">
<br />
<br />
<br />
<br />
<br />
<br />
<h1 class="bodytitle">Language / Langue / Sprache / زبان</h1>
<div class="langgrid">
<div class="langbutton"><a href="./en/home.html">English</a></div>
<div class="langbutton"><a href="./fr/accueil.html">Français</a></div>
<div class="langbutton"><a href="./de/startseite.html">Deutsch</a></div>
<div class="langbutton"><a href="./fa/khaneh.html">فارسی</a></div>
</div>
</div>
</body>
</html>