-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.html
25 lines (23 loc) · 977 Bytes
/
example.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
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>הדגמה של Ungibberize</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="javascripts/ungibberize.jquery.min.js" type="text/javascript"></script>
</head>
<body style="margin-right:50px;">
<h1>הדגמה של Ungibberize</h1>
<h2>Englew: English instead of Hebrew</h2>
<p>
<lable for="example">הקלד מילים בעברית כאשר השפה הפעילה היא אנגלית:</label><br/>
<input class="gibberizable-he" id="example" style="font-size:20px;" size="40" type="text" />
</p>
</body>
</html>