-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 902 Bytes
/
index.html
File metadata and controls
29 lines (25 loc) · 902 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
28
29
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/topcoat-desktop-dark.min.css"/>
<link id="hostStyle" rel="stylesheet" href="css/styles.css"/>
<link rel="stylesheet" type="text/css" href="css/rtlstyle.css">
<script src="js/jquery-1.9.1.js"></script>
<script src="js/out_script.js"></script>
<title>Rtl Commando</title>
<title></title>
</head>
<body class="hostElt">
<div class="contect">
<div class="textcenters">
<h2> המר לעברית הפוכה</h2>
<p>סוף סוף אפשר לכתוב בעברית בקלות בפוטושופ</p>
<TEXTAREA dir="rtl" placeholder="כתבו משהו" name="a" rows="6" cols="30" id="a"></TEXTAREA><hr>
<button id="button2" value="הפוך"> החלף</button>
</div>
<small class="version">Version 0.1.3</small>
<small class="versionr">RTL Commando</small>
</div>
</body>
</html>