-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpopup.html
More file actions
75 lines (43 loc) · 2.02 KB
/
Copy pathpopup.html
File metadata and controls
75 lines (43 loc) · 2.02 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>הפוך על הפוך לכרום</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="inc/js/jquery-1.9.1.js"></script>
<script src="inc/js/out_script.js"></script>
</head>
<body>
<!--<video width: 669px; autoplay loop poster="polina.jpg" id="bgvid" style="
width: 669px;
">
<source src="vid/foter.webm" type="video/webm">
<source src="vid/footer.mp4" type="video/mp4">
</video>
<div class="textcenters">
<h1 class="maintext"> המר לעברית הפוכה</h1>
<p class="pmaintext"> דוגמא: תפוז = זופת</p>
</div>
<TEXTAREA dir="rtl" name="a" rows="3" cols="63" ID="a"></TEXTAREA><BR>
<button id="button2" value="הפוך"> My Website</button>
<br>
<br />
<div align=”left”><span style="color:#fff;">Developed by Itayh</span></div>-->
<video width: 669px; autoplay loop poster="polina.jpg" id="bgvid" style="
width: 669px;
">
<source src="http://www.itay.solutions/hafuh/vid/vidm.webm" type="video/webm">
<source src="http://www.itay.solutions/hafuh/vid/vide.mp4" type="video/mp4">
</video>
<div class="textcenters">
<h1 class="maintext"> המר לעברית הפוכה</h1>
<p class="pmaintext"> דוגמא: תפוז = זופת</p>
<p class="pmaintext"> העתקתם שורת טקסט לפוטושופ והיא יצאה לכם הפוכה ? אז תמיד תעברו דרכינו. זוהי גרסת בטא</p>
<TEXTAREA dir="rtl" placeholder="כתבו משהו" name="a" rows="3" cols="63" ID="a"></TEXTAREA><BR>
<button id="button2" onClick="javascript:ItayStartFlip();return false;" value="הפוך"> החלף</button>
<br>
<br />
</div>
<div align=”left”><span style="color:#fff;">Developed by <a href="http://itay.solutions/" target="_blank">Itayh</a></span></div>
</body>
</html>