File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 296
296
/>
297
297
298
298
<move file =" ${ project.dist.version } /${ project.name } .zip" todir =" ${ project.dist } " />
299
- <move file =" resources/index.html" todir =" ${ project.dist } " />
299
+ <copy file =" resources/index.html" todir =" ${ project.dist } " />
300
300
301
301
<delete dir =" ${ project.dist.version } " />
302
302
</target >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE HTML>
2
+ < html lang ="en-US ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta http-equiv ="refresh " content ="0; url=https://scratch4j.openpatch.org ">
6
+ < script type ="text/javascript ">
7
+ window . location . href = "https://scratch4j.openpatch.org"
8
+ </ script >
9
+ < title > Page Redirection</ title >
10
+ </ head >
11
+ < body >
12
+ <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
13
+ If you are not redirected automatically, follow this < a href ='https://scratch4j.openpatch.org '> link to example</ a > .
14
+ </ body >
15
+ </ html >
You can’t perform that action at this time.
0 commit comments