forked from AndroidWithRossyn/InstagramDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>New Update</title> | ||
<!-- Meta --> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="shortcut icon" href="favicon.ico"> | ||
|
||
<link | ||
href='https://fonts.googleapis.com/css?family=Roboto:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' | ||
rel='stylesheet' type='text/css'> | ||
|
||
<!-- FontAwesome JS --> | ||
<script defer src="https://use.fontawesome.com/releases/v5.1.1/js/all.js" | ||
integrity="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a" | ||
crossorigin="anonymous"></script> | ||
|
||
<!-- Global CSS --> | ||
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css"> | ||
|
||
<!-- Plugins CSS --> | ||
<link rel="stylesheet" href="assets/plugins/prism/prism.css"> | ||
|
||
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css"> | ||
|
||
<!-- Theme CSS --> | ||
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css"> | ||
|
||
</head> | ||
|
||
<body class="body-green"> | ||
|
||
<div class="page-wrapper"> | ||
|
||
<div class="doc-wrapper"> | ||
<div class="container"> | ||
<div id="doc-header" class="doc-header text-center"> | ||
<h1 class="doc-title"><i class="icon"></i>Stay Updated with Our Latest Release!</h1> | ||
<div class="meta"><i class="far fa-clock"></i> Last updated: 30/03/2024</div> | ||
<div> | ||
<a class="logo">© 2024 Sumino Apps. All rights reserved.</a> | ||
</div> | ||
</div><!--//doc-header--> | ||
|
||
<div class="doc-body-privacy"> | ||
<div class="doc-content col-12 order-1"> | ||
<div class="content-inner"> | ||
<section id="android-studio" class="doc-section"> | ||
<center> | ||
Your feedback has been invaluable in shaping this update, and we're continuously | ||
striving to make our app even better based on your suggestions. | ||
|
||
<br> | ||
<br> | ||
<br> | ||
<a href="https://play.google.com/store/search?q=issave&c=apps" class="btn btn-green" | ||
target="_blank"> Download From playstore</a> | ||
<br> | ||
<br> | ||
<a href="https://play.google.com/store/apps/details?id=com.sumino.issave.storysaver.photovideo.downloader" | ||
target="_blank">Direct Link</a> | ||
<br> | ||
<br> | ||
<a href="https://dev-sumino.github.io/IsSave-Story-Video-Downloader/how-to-use" | ||
target="_blank"> How to use New Version</a> | ||
<br> | ||
<br> | ||
<br> | ||
<img href="https://play.google.com/store/search?q=issave&c=apps" | ||
src="assets/graphics/new_update.png"></img> | ||
<br> | ||
<br> | ||
<br> | ||
To ensure you don't miss out on any of these fantastic new features, be sure to | ||
update | ||
to the latest version now! | ||
<br> | ||
|
||
|
||
Thank you for your continued support and for being a part of our community. If you | ||
have | ||
any questions or feedback, feel free to reach out to us at | ||
sumitra.devapps@gmail.com. | ||
|
||
<br> | ||
Happy exploring! | ||
</center> | ||
|
||
|
||
|
||
</section> | ||
|
||
</div><!--//content-inner--> | ||
</div><!--//doc-content--> | ||
|
||
</div><!--//doc-body--> | ||
|
||
</div><!--//container--> | ||
|
||
</div><!--//doc-wrapper--> | ||
|
||
<!-- Main Javascript --> | ||
<script type="text/javascript" src="assets/plugins/jquery-3.3.1.min.js"></script> | ||
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script> | ||
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script> | ||
<!-- <script type="text/javascri --> | ||
|
||
</body> | ||
|
||
</html> |