-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
55 lines (52 loc) · 2.4 KB
/
index.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
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
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>שדרוג קישורי דרייב</title>
<link rel="icon" type="image/png" href="img/drive.png" />
<link rel="stylesheet" href="css/bulma.css" />
<link rel="stylesheet" href="css/myStyle.css" />
<script src="js/jquery.min.js"></script>
<script src="js/sweetAlert.js"></script>
</head>
<body>
<section class="hero is-fullheight has-bg-img">
<div class="section">
<nav class="navbar">
<div class="navbar-brand">
<div class="navbar-brand">
<a href="https://mitmachim.top/user/chv" target="_blank"><img class="image is-64x64" src="img/chv.png" alt="avatar" title="chv" /></a>
</div>
</div>
<div class="navbar-start">
<div class="navbar-brand">
<a href="https://drive.google.com" target="_blank"><img class="image is-64x64" src="img/drive-regular.png" alt="drive" title="למעבר לדרייב" /></a>
</div>
</div>
</nav>
</div>
<div class="container has-text-centered">
<h2 class="title cont">הכנס כאן קישור דרייב</h2>
<p class="subtitle cont">אנחנו ניצור ממנו קישור להורדה מיידית</p>
<div class="columns">
<div class="column is-four-fifths">
<input class="input is-large is-primary" type="text" id="searchTxt" placeholder="הדבק את קישור הדרייב כאן" />
</div>
<div class="column">
<button class="button is-large is-primary" id="copbut">צור קישור</button>
</div>
</div>
</div>
<div class="hero-foot">
<footer class="footer">
<div>
<h4>נערך על ידי <a href="https://github.com/chaim-chv" target="_blank">chv</a> | תמונת הרקע מאת <a href="https://pixabay.com/users/yamabon-11501053/" target="_blank">yamabon</a> בפיקסביי | להסבר על צורת הפעולה ועוד - כנסו לפוסט <a href="https://mitmachim.top/post/134523" target="_blank">הזה</a> במתמחים.טופ</h4>
</div>
</footer>
</div>
</section>
<script src="js/main.js"></script>
</body>
</html>