Skip to content

Commit f1142f2

Browse files
authored
Update index.html
1 parent 6d0424c commit f1142f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Converter - Geetanjali (Assamese) to Unicode</title>
4+
<title>ৰূপান্তৰক - গীতাঞ্জলিৰ পৰা ইউনিক’ডলৈ</title>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -10,7 +10,7 @@
1010
</head>
1111
<body id="back">
1212
<div class="d-flex flex-column m-5">
13-
<h4>Convert PDF files from Geetanjali Font (Assamese) to Unicode</h4>
13+
<h4>গীতাঞ্জলিৰ PDF ফাইলৰ পৰা অসমীয়া ইউনিক'ডলৈ ৰূপান্তৰ কৰক</h4>
1414
<!-- START :: Form -->
1515
<form method="POST" action="#" accept-charset="UTF-8" name="convert" class="form">
1616
<!-- START :: Row -->
@@ -21,7 +21,7 @@ <h4>Convert PDF files from Geetanjali Font (Assamese) to Unicode</h4>
2121
<div class="fv-row">
2222
<!-- START :: Label -->
2323
<label class="fs-6 fw-bold form-label mt-3">
24-
<span>Text in Geetanjali Font</span>
24+
<span>গীতাঞ্জলি ফণ্টৰ লেখা</span>
2525
</label>
2626
<!-- END :: Label -->
2727
<!-- START :: Input -->
@@ -35,15 +35,15 @@ <h4>Convert PDF files from Geetanjali Font (Assamese) to Unicode</h4>
3535
<!-- END :: Row -->
3636
<br />
3737
<div class="d-flex justify-content-center">
38-
<button type="button" onclick="Result()" class="btn btn-primary me-5">Convert</button>
38+
<button type="button" onclick="Result()" class="btn btn-primary me-5">ৰূপান্তৰ কৰক</button>
3939
</div>
4040
<!-- START :: Row -->
4141
<div class="row mb-7">
4242
<!-- START :: Col -->
4343
<div class="col-sm-12">
4444
<!-- START :: Label -->
4545
<label class="fs-6 fw-bold form-label mt-3">
46-
<span>Text in Unicode Font</span>
46+
<span>ইউনিক’ড ফণ্টৰ লেখা</span>
4747
</label>
4848
<!-- END :: Label -->
4949
<!-- START :: Input group -->
@@ -59,7 +59,7 @@ <h4>Convert PDF files from Geetanjali Font (Assamese) to Unicode</h4>
5959
<!-- END :: Row -->
6060
<br />
6161
<div class="d-flex justify-content-center">
62-
<button type="button" onclick="Copy()" class="btn btn-success me-5">Copy</button>
62+
<button type="button" onclick="Copy()" class="btn btn-success me-5">প্ৰতিলিপি কৰক</button>
6363
</div>
6464
</form>
6565
</div>

0 commit comments

Comments
 (0)