forked from arnosolo/send_ios_photos_to_win
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (66 loc) · 2.85 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
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> -->
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' http://* 'unsafe-inline'; script-src 'self' http://* 'unsafe-inline' 'unsafe-eval'" />
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<link rel="stylesheet" href="./static/css/styles.css" />
<link rel="stylesheet" href="./static/css/bootstrap.min.css" />
<title>Send Photos from iOS to Win on one click</title>
</head>
<body>
<!-- <h2 class="center">Send Photos from iOS to Win on one click</h2> -->
<br>
<div class="container">
<div class="row">
<div class="col-sm">
<br>
<h3>1 Get computer LAN address</h3>
<img src="./static/img/get_lan_ip_address.png" alt="get_lan_ip_address" class="ip_img">
</div>
<div class="col-sm">
<br>
<h3>2 Shortcut config</h3>
<h5>2.1 Get Shortcut</h5>
<a href="https://www.icloud.com/shortcuts/8960b157cc9a4820be35a093ae6ef2b9">
<img src="./static/img/shortcut_QRcode.png" alt="shortcut_QRcode" class="qrcode">
</a>
<br> <br>
<h5>2.2 Set computer ip in Shortcut</h5>
<img src="./static/img/shortcut_config.png" alt="shortcut_config" class="step_img">
</div>
<div class="col-sm">
<br>
<h3>3 Send photo from iPhone</h3>
<h5>3.1 Click share button</h5>
<img src="./static/img/share_img.png" alt="share_img" class="step_img">
<br><br>
<h5>3.2 Check Pictures folder</h5>
<!-- <img src="./static/img/img_saved.png" alt="share_img" class="ip_img"> -->
</div>
<div class="col-sm">
<br>
<h3>Tips</h3>
<ol>
<li>Make sure your devices are in same LAN</li>
<li>AutoStart: Put a Shortcut in Startup folder.
C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup</li>
</ol>
</div>
</div>
</div>
<br>
<div class="center">
<!-- <button onclick="showSetting()" class="btn btn-light">偏好设置</button> -->
<!-- <a href="mailto:[email protected]" class="btn btn-light">联系作者</a> -->
<button onclick="showPayment()" class="btn btn-light">paypal.me</button>
<br>
<p id="alipay_qrcode" class="hidden">https://www.paypal.me/arno76</p>
<!-- <img id="alipay_qrcode" src="./static/img/alipay_qrcode.jpeg"
alt="alipay_qrcode" class="hidden" style="margin: 0 auto;"> -->
</div>
<script src="./renderer.js"></script>
</body>
</html>