-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.65 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.65 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Morfilms</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container">
<div class="nav-bar">
<img src="img/morfilms.png">
</div>
<div class="screenshots"></div>
<div class="film-title"></div>
<p>Morfilms helps you organise your upcoming movies list and checks for you how many days are left for each movie to be released in your country, and you can have a release notification so you won't miss any film you want to see! You can also add released films and use it as a simple watchlist, and see recently released movies.</p>
<p>If you like the app and you would like to support it you can donate using PayPal @ <a href="https://paypal.me/ctacon">paypal.me/ctacon</a>. ¡Thanks a lot!</p>
<p style="color:red;"><b>Morfilms is no longer available at the iOS App Store.</b></p>
<p>Morfilms is now Open Source and available at <a href="https://github.com/morfilms/morfilms">Github</a> (You can build it yourself for iOS).</p>
<div class="download-buttons">
<div class="download-ios">
<!-- <a href="https://itunes.apple.com/us/app/morfilms-upcoming-movies-list/id1207671266?ls=1&mt=8"></a> -->
<a href="https://github.com/morfilms/morfilms"></a>
</div>
<div class="download-android">
<a href="https://play.google.com/store/apps/details?id=eu.morfilms.watchlist"></a>
</div>
</div>
</div>
</body>
</html>