This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Easy Your Backup</title>
<meta name="Keywords" content=""/>
<meta name="Description" content=""/>
{include file="include/head" /}
<style>
.img-responsive img {width:100%;}
#content {padding-top:2rem;}
.backup-rela {position: relative;}
.backup-also {position: absolute;bottom: 0;}
.backup-btn {position: absolute;right: 5.5rem;bottom: 2rem;width: 4rem;}
</style>
<body οnlοad="openwin()">
<div id="content">
<!--top-->
{include file="include/top" /}
<!--top End-->
<div class="img-responsive">
<a href="https://www.kickstarter.com/projects/1724263521/orico-backuper-easy-your-backup-for-phone?ref=creator_nav" target="_blank"><img src="__PUBLIC__/m_weben/images/backup/banner-01.png"></a>
<div class="backup-rela">
<img src="__PUBLIC__/m_weben/images/backup/backup-02.png">
<div class="backup-also">
<video controls class="margin-top-14">
<source src="__PUBLIC__/m_weben/images/backup/backup-vedio.mp4" type="video/mp4" />
您的浏览器不支持 video 标签。
Your browser does not support HTML5 video.
</video>
</div>
</div>
<img src="__PUBLIC__/m_weben/images/backup/backup-03.png">
<img src="__PUBLIC__/m_weben/images/backup/backup-04.png">
<img src="__PUBLIC__/m_weben/images/backup/backup-05.png">
<img src="__PUBLIC__/m_weben/images/backup/backup-06.png">
<img src="__PUBLIC__/m_weben/images/backup/backup-07.png">
<img src="__PUBLIC__/m_weben/images/backup/backup-08.png">
</div>
<!-- bottom -->
{include file="include/bottom" /}
<!-- bottom e -->
</div>
</body>
</html>