-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap" rel="stylesheet">
</head>
<body>
<h1> Shopify CDN migration tool </h2>
<div class="description">
<p> This tool will help you to migrate files in Shopify CDN from one store to another<p>
</div>
<hr>
<div class="instructions">
<p>
<small>Login into your store's dashboard and navigate to the Files section. If you have more than 50 files in your store click on "250 files/page" button to download 250 files in batch.</small>
<br>
<br>
<small>If you have more than 250 files, you can then lauch the "Download current page" action on each page until all files are downloaded.</small>
<br>
<br>
<small>Files will be saved in your Downloads folder under a subfolder with your store permanent domain name</small>
<br>
<br>
<p>
</div>
<div class="controls">
<button class="pure-material-button-contained" id="go-to-max-pagination">250 files/page</button>
<button class="pure-material-button-contained" id="migrate-all">Download current page</button>
</div>
<script src="index.js"></script>
</body>
</html>