generated from maximegris/angular-electron
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from NicolasConstant/develop
1.1.0 PR
- Loading branch information
Showing
13 changed files
with
223 additions
and
60 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.
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,83 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>MSFS Community Downloader</title> | ||
<style> | ||
body { | ||
background-color: black; | ||
background-color: #24272e; | ||
color: white; | ||
font-family: sans-serif; | ||
} | ||
|
||
.intro { | ||
text-align: center; | ||
margin-top: 30px; | ||
} | ||
|
||
.resume { | ||
text-align: center; | ||
margin-top: 20px; | ||
} | ||
|
||
.link { | ||
display: block; | ||
background-color: orange; | ||
padding: 20px 40px; | ||
border-radius: 20px; | ||
font-size: 20px; | ||
text-decoration: none; | ||
color: black; | ||
font-weight: bold; | ||
margin: auto; | ||
margin-top: 60px; | ||
width: 200px; | ||
} | ||
|
||
.link:hover { | ||
background-color: #ffd27e; | ||
} | ||
|
||
.sub-link { | ||
display: block; | ||
text-align: center; | ||
color: gray; | ||
padding-top: 10px; | ||
font-size: 14px; | ||
} | ||
|
||
.sub-link:hover { | ||
color: white; | ||
} | ||
|
||
.bold-inline { | ||
font-weight: bold; | ||
color: white; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div class="intro">Enjoying the app?</div> | ||
<div class="resume"> | ||
Some of you asked me to support <span class="bold-inline">flightsim.to</span><br /> | ||
and other addon websites in <span class="bold-inline">MSFS Community Downloader</span>.<br/> | ||
<br/> | ||
This was not possible due to the lack of API.<br/> | ||
<br/> | ||
<br/> | ||
<br/> | ||
But I have a surprise for you:<br/> | ||
<br/> | ||
I've made a new app to let you browse your favorite websites<br/> | ||
and still get all the installation automation you love! | ||
</div> | ||
|
||
<a class="link" href="https://flightsim.to/file/18195/windsailor" target="_blank">Discover WindSailor</a> | ||
<a class="sub-link" href="https://flightsim.to/file/18195/windsailor" target="_blank">https://flightsim.to/file/18195/windsailor</a> | ||
</body> | ||
|
||
</html> |
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
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
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
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
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
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
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
Oops, something went wrong.