-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (75 loc) · 3.96 KB
/
Copy pathindex.html
File metadata and controls
86 lines (75 loc) · 3.96 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html lang="en"><head></head><body>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>বাংলা টাইপিং অনুশীলন- বিজয় লেআউট</title>
<meta name="robots" content="index, follow">
<meta name="Title" content="বাংলা টাইপিং অনুশীলন- বিজয় লেআউট">
<meta name="description" content="বাংলা টাইপিং অনুশীলন- বিজয় লেআউট">
<meta name="keywords" content="বাংলা টাইপিং অনুশীলন- বিজয় লেআউট">
<!-- Start Alexa Certify Javascript -->
<link href="css/main1.css" rel="stylesheet" type="text/css">
<link href="css/center.css" rel="stylesheet" type="text/css">
<style type="text/css">
.div_clear {
clear: both;
border: solid 0px #0000CC;
}
</style>
<script type="text/javascript" src="js/bijoy2uni.js"></script>
<script type="text/javascript" src="js/uni2bijoy.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/layout.js"></script>
<script type="text/javascript" src="js/count.js"></script>
<script type="text/javascript" src="js/js1.js"></script>
<style>
@font-face {
font-family: 'SutonnyMJ';
src: url('SutonnyMJ.ttf') format('truetype'),
url('SutonnyMJ.ttf') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'SutonnyMJ', sans-serif;
}
</style>
<table width="100%" border="0" align="center" bgcolor="#F4F4F4" style="margin: auto;">
<tbody>
<tr>
<td width="100%" align="center">
<table width="100%" border="0">
<tbody>
<tr>
<td align="center" height="100%" valign="middle">
<div style="font-family:SutonnyMJ;">
<p> বাংলা টাইপিং অনুশীলন- বিজয় লেআউট </p>
</td>
</tr>
</div>
</td>
</tr>
<tr>
<td>
<div>
<input readonly="" type="hidden" name="CharsTyped" size="2" style="font-weight:bold; border: 0px solid #2D69AE; color:#808080; text-align:left;" value="0">
<input readonly="" type="hidden" name="WordsTyped" size="3" style="font-weight:bold; border: 1px solid #2D69AE; color:#808080; text-align:right;" value="0">
<input readonly="" type="hidden" name="CharsLeft" size="8" value="100000">
<input readonly="" type="hidden" name="WordsLeft" size="8" value="100000">
</div>
</td>
</tr>
<tr>
<td align="center">
<div>
<textarea class="bijoy_textarea" id="CONVERTEDT" autofocus="autofocus" value="" placeholder="বিজয় কি-বোর্ডের লেখা এখানে পেস্ট করুন"></textarea>
</div><br>
</td>
</tr>
<script type="text/javascript">
function ClearInput()
{
document.getElementById("EDT").value='';
document.getElementById("CONVERTEDT").value='';
document.getElementById("EDT").focus();
}
</script>
</body></html>